{"name":"Portal Oiapoque","description":"","url":"https:\/\/oiapoque.museudoindio.gov.br","home":"https:\/\/oiapoque.museudoindio.gov.br","gmt_offset":"-3","timezone_string":"","page_for_posts":0,"page_on_front":0,"show_on_front":"posts","namespaces":["oembed\/1.0","tainacan\/v2","wp\/v2","wp-site-health\/v1","wp-block-editor\/v1","wp-abilities\/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https:\/\/oiapoque.museudoindio.gov.br\/wp-admin\/authorize-application.php"}}},"routes":{"\/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/"}]}},"\/batch\/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/batch\/v1"}]}},"\/oembed\/1.0":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"oembed\/1.0","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/oembed\/1.0"}]}},"\/oembed\/1.0\/embed":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"O URL do recurso de onde devem ser coletados os dados do oEmbed.","type":"string","format":"uri","required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/oembed\/1.0\/embed"}]}},"\/oembed\/1.0\/proxy":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"O URL do recurso de onde devem ser coletados os dados do oEmbed.","type":"string","format":"uri","required":true},"format":{"description":"O formato oEmbed a ser usado.","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"A largura m\u00e1xima, em p\u00edxeis, do frame da m\u00eddia incorporada.","type":"integer","default":600,"required":false},"maxheight":{"description":"A altura m\u00e1xima, em p\u00edxeis, do frame da m\u00eddia incorporada.","type":"integer","required":false},"discover":{"description":"Fazer ou n\u00e3o uma requisi\u00e7\u00e3o de descoberta para um servidor oEmbed n\u00e3o pertencente \u00e0 lista de servidores permitidos.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/oembed\/1.0\/proxy"}]}},"\/tainacan\/v2":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"tainacan\/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2"}]}},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/items":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true},"title":{"description":"Limits the result set to items with a specific title","type":"string","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"status":{"title":"Status","type":"string","default":"draft","description":"The current situation of the item. Notice that the item visibility also depends on the collection status.","required":false},"title":{"title":"Title","type":"string","description":"Title of the item","required":false},"description":{"title":"Description","type":"string","description":"The item description","default":"","required":false},"collection_id":{"title":"Collection","type":"integer","description":"The collection ID","required":false},"author_id":{"title":"Author","type":"string","description":"The item author's user ID (numeric string)","required":false},"slug":{"title":"Slug","type":"string","description":"Slug is the editable portion of a page link, located a the end of an URL. Usually presents the title of the item without special characters, separated by hiphen instead of spaces.","required":false},"creation_date":{"title":"Creation Date","type":"string","description":"The item creation date","required":false},"terms":{"title":"Term IDs","type":"array","description":"The item term IDs","items":{"type":["string","integer"]},"required":false},"document_type":{"title":"Document Type","type":"string","description":"The document type, can be a local attachment, an external URL or a text","enum":["attachment","url","text","empty"],"default":"empty","required":false},"document":{"title":"Document","type":"string","description":"The item main content. May be a file attached, an URL or a text depending on the type of the document.","default":"","required":false},"document_options":{"title":"Document options","type":"object","description":"Object of options related to the document display.","properties":{"forced_iframe":{"description":"Render content in iframe","type":"boolean","context":["view","edit","embed"],"default":false},"is_image":{"title":"Is link to external image","description":"Is link to external image","type":"boolean","context":["view","edit","embed"],"default":false},"forced_iframe_height":{"description":"Iframe height (px)","type":"number","context":["view","edit","embed"],"default":450},"forced_iframe_width":{"description":"Iframe width (px)","type":"number","context":["view","edit","embed"],"default":600}},"required":false},"_thumbnail_id":{"title":"Thumbnail","description":"Squared reduced-size version of a picture that helps recognizing and organizing files","type":["integer","string"],"required":false},"comment_status":{"title":"Comment Status","type":"string","description":"Item comment status: \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false}}}]},"\/tainacan\/v2\/items\/(?P<item_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"item_id":{"description":"Item ID","required":true},"context":{"type":"string","default":"view","description":"Scope under which the request is made; determines fields present in response.","enum":["view","edit"],"required":false},"fetch_only":{"type":["string","array"],"description":"Fetch only specific attribute. The specifics attributes are the same in schema.","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"item_id":{"description":"Item ID","required":true},"status":{"title":"Status","type":"string","default":"draft","description":"The current situation of the item. Notice that the item visibility also depends on the collection status.","required":false},"title":{"title":"Title","type":"string","description":"Title of the item","required":false},"description":{"title":"Description","type":"string","description":"The item description","default":"","required":false},"collection_id":{"title":"Collection","type":"integer","description":"The collection ID","required":false},"author_id":{"title":"Author","type":"string","description":"The item author's user ID (numeric string)","required":false},"slug":{"title":"Slug","type":"string","description":"Slug is the editable portion of a page link, located a the end of an URL. Usually presents the title of the item without special characters, separated by hiphen instead of spaces.","required":false},"creation_date":{"title":"Creation Date","type":"string","description":"The item creation date","required":false},"terms":{"title":"Term IDs","type":"array","description":"The item term IDs","items":{"type":["string","integer"]},"required":false},"document_type":{"title":"Document Type","type":"string","description":"The document type, can be a local attachment, an external URL or a text","enum":["attachment","url","text","empty"],"default":"empty","required":false},"document":{"title":"Document","type":"string","description":"The item main content. May be a file attached, an URL or a text depending on the type of the document.","default":"","required":false},"document_options":{"title":"Document options","type":"object","description":"Object of options related to the document display.","properties":{"forced_iframe":{"description":"Render content in iframe","type":"boolean","context":["view","edit","embed"],"default":false},"is_image":{"title":"Is link to external image","description":"Is link to external image","type":"boolean","context":["view","edit","embed"],"default":false},"forced_iframe_height":{"description":"Iframe height (px)","type":"number","context":["view","edit","embed"],"default":450},"forced_iframe_width":{"description":"Iframe width (px)","type":"number","context":["view","edit","embed"],"default":600}},"required":false},"_thumbnail_id":{"title":"Thumbnail","description":"Squared reduced-size version of a picture that helps recognizing and organizing files","type":["integer","string"],"required":false},"comment_status":{"title":"Comment Status","type":"string","description":"Item comment status: \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false}}},{"methods":["DELETE"],"args":{"item_id":{"description":"Item ID","required":true},"permanently":{"description":"To delete permanently, you can pass 'permanently' as 1. By default this will only trash collection","default":"0","required":false}}}]},"\/tainacan\/v2\/items\/(?P<item_id>[\\d]+)\/attachments":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"item_id":{"description":"Item ID","required":true},"title":{"description":"Limits the result set to items with a specific title","type":"string","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}}]},"\/tainacan\/v2\/items":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"title":{"description":"Limits the result set to items with a specific title","type":"string","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/items"}]}},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/items\/(?P<item_id>[\\d]+)\/duplicate":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"description":"Collection ID","type":"string","required":false},"item_id":{"description":"Item ID","type":"string","required":false},"copies":{"description":"Number of copies to be created","default":1,"type":"integer","required":false},"status":{"description":"Try to assign the specified status to the duplicates if they validate. By default it will save them as drafts.","type":"string","enum":["draft","publish","private","pending","trash"],"default":"draft","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/items\/submission":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"status":{"title":"Status","type":"string","default":"draft","description":"The current situation of the item. Notice that the item visibility also depends on the collection status.","required":false},"title":{"title":"Title","type":"string","description":"Title of the item","required":false},"description":{"title":"Description","type":"string","description":"The item description","default":"","required":false},"collection_id":{"title":"Collection","type":"integer","description":"The collection ID","required":false},"author_id":{"title":"Author","type":"string","description":"The item author's user ID (numeric string)","required":false},"slug":{"title":"Slug","type":"string","description":"Slug is the editable portion of a page link, located a the end of an URL. Usually presents the title of the item without special characters, separated by hiphen instead of spaces.","required":false},"creation_date":{"title":"Creation Date","type":"string","description":"The item creation date","required":false},"terms":{"title":"Term IDs","type":"array","description":"The item term IDs","items":{"type":["string","integer"]},"required":false},"document_type":{"title":"Document Type","type":"string","description":"The document type, can be a local attachment, an external URL or a text","enum":["attachment","url","text","empty"],"default":"empty","required":false},"document":{"title":"Document","type":"string","description":"The item main content. May be a file attached, an URL or a text depending on the type of the document.","default":"","required":false},"document_options":{"title":"Document options","type":"object","description":"Object of options related to the document display.","properties":{"forced_iframe":{"description":"Render content in iframe","type":"boolean","context":["view","edit","embed"],"default":false},"is_image":{"title":"Is link to external image","description":"Is link to external image","type":"boolean","context":["view","edit","embed"],"default":false},"forced_iframe_height":{"description":"Iframe height (px)","type":"number","context":["view","edit","embed"],"default":450},"forced_iframe_width":{"description":"Iframe width (px)","type":"number","context":["view","edit","embed"],"default":600}},"required":false},"_thumbnail_id":{"title":"Thumbnail","description":"Squared reduced-size version of a picture that helps recognizing and organizing files","type":["integer","string"],"required":false},"comment_status":{"title":"Comment Status","type":"string","description":"Item comment status: \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/items\/submission\/(?P<submission_id>[a-z0-9]+)\/finish":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"description":"Collection ID","type":"string","required":false},"submission_id":{"description":"Submission ID","type":"string","required":false}}}]},"\/tainacan\/v2\/taxonomy\/(?P<taxonomy_id>[\\d]+)\/terms\/bulkinsert":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"taxonomy_id":{"description":"Taxonomy ID","type":["integer","string"],"required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the term","required":false},"parent":{"title":"Parent","type":"integer","description":"The parent of the term","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The term description","default":"","required":false},"taxonomy":{"title":"Taxonomy","type":"string","description":"The term taxonomy","required":false},"user":{"title":"User","type":"integer","description":"The term creator","default":0,"required":false},"header_image_id":{"title":"Header Image","type":"string","description":"The image to be used in term header","default":"","required":false},"metadatum_id":{"type":"integer","description":"If term is being created in the context of a Taxonomy metadatum, specify its ID","required":false},"item_id":{"type":"integer","description":"If term is being created in the context of a Taxonomy metadatum, specify the ID of the item being edited","required":false}}}]},"\/tainacan\/v2\/taxonomy\/(?P<taxonomy_id>[\\d]+)\/terms":{"namespace":"tainacan\/v2","methods":["POST","GET","DELETE"],"endpoints":[{"methods":["POST"],"args":{"taxonomy_id":{"description":"Taxonomy ID","type":["integer","string"],"required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the term","required":false},"parent":{"title":"Parent","type":"integer","description":"The parent of the term","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The term description","default":"","required":false},"taxonomy":{"title":"Taxonomy","type":"string","description":"The term taxonomy","required":false},"user":{"title":"User","type":"integer","description":"The term creator","default":0,"required":false},"header_image_id":{"title":"Header Image","type":"string","description":"The image to be used in term header","default":"","required":false},"metadatum_id":{"type":"integer","description":"If term is being created in the context of a Taxonomy metadatum, specify its ID","required":false},"item_id":{"type":"integer","description":"If term is being created in the context of a Taxonomy metadatum, specify the ID of the item being edited","required":false}}},{"methods":["GET"],"args":{"taxonomy_id":{"description":"Taxonomy ID.","type":["integer","string"],"required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to terms with a specific name","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["DELETE"],"args":{"taxonomy_id":{"description":"Taxonomy ID.","type":["integer","string"],"required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to terms with a specific name","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}}]},"\/tainacan\/v2\/taxonomy\/(?P<taxonomy_id>[\\d]+)\/terms\/(?P<term_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"taxonomy_id":{"description":"Taxonomy ID","type":["integer","string"],"required":true},"term_id":{"description":"Term ID","type":["integer","string"],"required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"taxonomy_id":{"description":"Taxonomy ID","type":["integer","string"],"required":true},"term_id":{"description":"Term ID","type":["integer","string"],"required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the term","required":false},"parent":{"title":"Parent","type":"integer","description":"The parent of the term","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The term description","default":"","required":false},"taxonomy":{"title":"Taxonomy","type":"string","description":"The term taxonomy","required":false},"user":{"title":"User","type":"integer","description":"The term creator","default":0,"required":false},"header_image_id":{"title":"Header Image","type":"string","description":"The image to be used in term header","default":"","required":false}}},{"methods":["DELETE"],"args":{"taxonomy_id":{"description":"Taxonomy ID","type":["integer","string"],"required":true},"term_id":{"description":"Term ID","type":["integer","string"],"required":true},"permanently":{"description":"Delete term permanently.","default":"1","required":false},"delete_child_terms":{"description":"Delete all child terms.","default":false,"required":false}}}]},"\/tainacan\/v2\/taxonomy\/(?P<taxonomy_id>[\\d]+)\/terms\/newparent\/(?P<new_parent_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"new_parent_id":{"description":"The new parent term ID.","type":["integer","string"],"required":true},"taxonomy_id":{"description":"Taxonomy ID.","type":["integer","string"],"required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to terms with a specific name","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}}]},"\/tainacan\/v2\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/logs"}]}},"\/tainacan\/v2\/logs\/(?P<log_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"log_id":{"description":"Log ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/tainacan\/v2\/item\/(?P<item_id>[\\d]+)\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"item_id":{"description":"Item ID","required":true},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/tainacan\/v2\/filter\/(?P<filter_id>[\\d]+)\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"filter_id":{"description":"Filter ID","required":true},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/tainacan\/v2\/metadatum\/(?P<metadatum_id>[\\d]+)\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"metadatum_id":{"description":"Metadatum ID","required":true},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/tainacan\/v2\/taxonomy\/(?P<taxonomy_id>[\\d]+)\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy_id":{"description":"Taxonomy ID","required":true},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/tainacan\/v2\/term\/(?P<term_id>[\\d]+)\/logs":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"term_id":{"description":"Term ID","required":true},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/tainacan\/v2\/roles":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"role":{"description":"Role slug","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"description":"New role name","type":"string","required":true},"capabilities":{"description":"Array of capabilities, where the keys are capability slugs and values are booleans","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/roles"}]}},"\/tainacan\/v2\/roles\/(?P<role>[a-z0-9-_]+)":{"namespace":"tainacan\/v2","methods":["DELETE","POST","PUT","PATCH","GET"],"endpoints":[{"methods":["DELETE"],"args":{"role":{"description":"Role slug","type":"string","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"role":{"description":"Role slug","type":"string","required":true},"add_cap":{"description":"the capability slug to be add","type":"string","required":false},"remove_cap":{"description":"The capability slug to be removed","type":"string","required":false},"name":{"description":"New role name","type":"string","required":false},"capabilities":{"description":"Array of capabilities, where the keys are capability slugs and values are booleans","required":false}}},{"methods":["GET"],"args":{"role":{"description":"Role slug","type":"string","required":false}}}]},"\/tainacan\/v2\/admin-ui-options":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH","GET"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"admin_ui_options":{"description":"Admin appearance options Capabilities for each user role.","type":"object","required":true}}},{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/admin-ui-options"}]}},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/capabilities":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","type":"string","required":true}}}]},"\/tainacan\/v2\/capabilities":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/capabilities"}]}},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/facets\/(?P<metadatum_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID.","required":true},"metadatum_id":{"description":"Metadatum ID.","required":true}}}]},"\/tainacan\/v2\/facets\/(?P<metadatum_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"metadatum_id":{"description":"Metadatum ID.","required":true}}}]},"\/tainacan\/v2\/reports\/collection":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/reports\/collection"}]}},"\/tainacan\/v2\/reports\/collection\/(?P<collection_id>[\\d]+)\/summary":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID.","required":true},"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}]},"\/tainacan\/v2\/reports\/collection\/(?P<collection_id>[\\d]+)\/metadata":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID.","required":true},"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}]},"\/tainacan\/v2\/reports\/metadata":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/reports\/metadata"}]}},"\/tainacan\/v2\/reports\/repository\/summary":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/reports\/repository\/summary"}]}},"\/tainacan\/v2\/reports\/taxonomy":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/reports\/taxonomy"}]}},"\/tainacan\/v2\/reports\/taxonomy\/(?P<taxonomy_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy_id":{"description":"Taxonomy ID.","required":true},"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}]},"\/tainacan\/v2\/reports\/activities":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"start":{"title":"start Date","type":"string","format":"date-time","required":false},"end":{"title":"start Date","type":"string","format":"date-time","required":false},"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/reports\/activities"}]}},"\/tainacan\/v2\/reports\/collection\/(?P<collection_id>[\\d]+)\/activities":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID.","required":true},"start":{"title":"start Date","type":"string","format":"date-time","required":false},"end":{"title":"start Date","type":"string","format":"date-time","required":false},"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}]},"\/tainacan\/v2\/reports\/collection\/(?P<collection_id>[\\d]+)\/metadata\/(?P<metadata_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"title":"parent","type":"integer","required":false},"collection_id":{"description":"Collection ID.","type":"string","required":true},"metadata_id":{"description":"Metadatum ID.","type":"string","required":true},"force":{"title":"Force regenerate","type":"string","default":"no","description":"Force generating the report, despite presence of cache.","enum":["no","yes"],"required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/metadatum\/(?P<metadatum_id>[\\d]+)\/filters":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the filter","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Filter order. This metadata is used if filters were manually ordered.","required":false},"description":{"title":"Description","type":"string","description":"The filter description","default":"","required":false},"filter_type_options":{"title":"Filter type options","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The filter type options","required":false},"filter_type":{"title":"Type","type":"string","description":"The filter type class name, such as filter_type: Tainacan\\Filter_Types\\Checkbox","required":false},"begin_with_filter_collapsed":{"title":"Begin with filter collapsed","type":"string","description":"With this option enabled, the filter will appear as a button with an add icon, that should be pressed prior to loading any facet information.","enum":["yes","no"],"default":"no","required":false},"display_in_repository_level_lists":{"title":"Display in repository level lists","type":"string","description":"With this option enabled, the filter will appear even in repository level items lists, such as the complete items list and the term items list.","enum":["yes","no"],"default":"no","required":false},"metadatum_id":{"title":"Metadata","type":"integer","description":"Filter metadata","required":false},"max_options":{"title":"Max of options","type":["integer","string"],"description":"The maximum number of options to be loaded by default on the filter.","default":4,"required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The filter input placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the filter description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/filters":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Limits the result set to filters with a specific name","type":"string","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the filter","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Filter order. This metadata is used if filters were manually ordered.","required":false},"description":{"title":"Description","type":"string","description":"The filter description","default":"","required":false},"filter_type_options":{"title":"Filter type options","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The filter type options","required":false},"filter_type":{"title":"Type","type":"string","description":"The filter type class name, such as filter_type: Tainacan\\Filter_Types\\Checkbox","required":false},"begin_with_filter_collapsed":{"title":"Begin with filter collapsed","type":"string","description":"With this option enabled, the filter will appear as a button with an add icon, that should be pressed prior to loading any facet information.","enum":["yes","no"],"default":"no","required":false},"display_in_repository_level_lists":{"title":"Display in repository level lists","type":"string","description":"With this option enabled, the filter will appear even in repository level items lists, such as the complete items list and the term items list.","enum":["yes","no"],"default":"no","required":false},"metadatum_id":{"title":"Metadata","type":"integer","description":"Filter metadata","required":false},"max_options":{"title":"Max of options","type":["integer","string"],"description":"The maximum number of options to be loaded by default on the filter.","default":4,"required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The filter input placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the filter description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}}]},"\/tainacan\/v2\/filters":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Limits the result set to filters with a specific name","type":"string","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the filter","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Filter order. This metadata is used if filters were manually ordered.","required":false},"description":{"title":"Description","type":"string","description":"The filter description","default":"","required":false},"filter_type_options":{"title":"Filter type options","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The filter type options","required":false},"filter_type":{"title":"Type","type":"string","description":"The filter type class name, such as filter_type: Tainacan\\Filter_Types\\Checkbox","required":false},"begin_with_filter_collapsed":{"title":"Begin with filter collapsed","type":"string","description":"With this option enabled, the filter will appear as a button with an add icon, that should be pressed prior to loading any facet information.","enum":["yes","no"],"default":"no","required":false},"display_in_repository_level_lists":{"title":"Display in repository level lists","type":"string","description":"With this option enabled, the filter will appear even in repository level items lists, such as the complete items list and the term items list.","enum":["yes","no"],"default":"no","required":false},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"metadatum_id":{"title":"Metadata","type":"integer","description":"Filter metadata","required":false},"max_options":{"title":"Max of options","type":["integer","string"],"description":"The maximum number of options to be loaded by default on the filter.","default":4,"required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The filter input placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the filter description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/filters"}]}},"\/tainacan\/v2\/filters\/(?P<filter_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"filter_id":{"description":"Filter ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"filter_id":{"description":"Filter ID","required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the filter","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Filter order. This metadata is used if filters were manually ordered.","required":false},"description":{"title":"Description","type":"string","description":"The filter description","default":"","required":false},"filter_type_options":{"title":"Filter type options","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The filter type options","required":false},"filter_type":{"title":"Type","type":"string","description":"The filter type class name, such as filter_type: Tainacan\\Filter_Types\\Checkbox","required":false},"begin_with_filter_collapsed":{"title":"Begin with filter collapsed","type":"string","description":"With this option enabled, the filter will appear as a button with an add icon, that should be pressed prior to loading any facet information.","enum":["yes","no"],"default":"no","required":false},"display_in_repository_level_lists":{"title":"Display in repository level lists","type":"string","description":"With this option enabled, the filter will appear even in repository level items lists, such as the complete items list and the term items list.","enum":["yes","no"],"default":"no","required":false},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"metadatum_id":{"title":"Metadata","type":"integer","description":"Filter metadata","required":false},"max_options":{"title":"Max of options","type":["integer","string"],"description":"The maximum number of options to be loaded by default on the filter.","default":4,"required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The filter input placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the filter description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}},{"methods":["DELETE"],"args":{"filter_id":{"description":"Filter ID","required":true},"permanently":{"description":"To delete permanently, you can pass 'permanently' as 1. By default this will only trash the filter.","default":0,"required":false}}}]},"\/tainacan\/v2\/exposers":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/exposers"}]}},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"title":{"description":"Limits the result set to items with a specific title","type":"string","required":false},"items_ids":{"type":"array","items":{"type":"integer"},"description":"Array of items IDs","required":false},"collection_id":{"type":"string","description":"Collection ID","required":false},"use_query":{"type":["boolean","object"],"description":"Whether to use the current query to select posts","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/add":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"metadatum_id":{"type":"integer","description":"The metadatum ID","required":false},"value":{"type":["string","integer"],"description":"The value to be added","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/trash":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/untrash":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/delete_items":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/set_status":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"value":{"type":"string","description":"The new status value","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/set":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"metadatum_id":{"type":"integer","description":"The metadatum ID","required":false},"value":{"type":["string","integer","array"],"description":"The value to be set","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/copy_value":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"metadatum_id_to":{"type":"integer","description":"The metadatum ID","required":false},"metadatum_id_from":{"type":["string","integer"],"description":"The metadatum ID to be copied","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/remove":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"metadatum_id":{"type":"integer","description":"The metadatum ID","required":false},"value":{"type":["string","integer"],"description":"The value to be added","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/replace":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"metadatum_id":{"type":"integer","description":"The metadatum ID","required":false},"old_value":{"type":["string","integer"],"description":"The value to search for","required":false},"new_value":{"type":["string","integer"],"description":"The value to be set","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/clear":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"metadatum_id":{"type":"integer","description":"The metadatum ID","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/set_comment_status":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"value":{"type":"string","description":"The new comments status (open or closed)","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/set_author_id":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"value":{"type":"integer","description":"The new author id","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/bulk-edit\/(?P<group_id>[0-9a-f]+)\/sequence\/(?P<sequence_index>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"sequence_index":{"type":"string","description":"Sequence index","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/metadata\/(?P<metadatum_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true},"metadatum_id":{"description":"Metadatum ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"metadatum_id":{"description":"Metadatum ID","required":true},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Metadata order. This metadata will be used if collections were manually ordered.","required":false},"parent":{"title":"Parent","type":"integer","description":"Parent metadata","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The metadatum description. This may provide information on how to fill this metadatum, which will appear inside a tooltip alongside the input label, or below it.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the metadatum description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The metadatum placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"metadata_type":{"title":"Type","type":"string","description":"The metadata type class name, such as Tainacan\\Metadata_Types\\Core_Title","required":false},"required":{"title":"Required","type":"string","description":"The metadata is required. All items in this collection must fill this field","enum":["yes","no"],"default":"no","required":false},"collection_key":{"title":"Unique value","type":"string","description":"Metadata value should be unique accross all items in this collection","enum":["yes","no"],"default":"no","required":false},"multiple":{"title":"Multiple","type":"string","description":"Allow items to have more than one value for this metadatum","enum":["yes","no"],"default":"no","required":false},"cardinality":{"title":"Maximum number of values","type":["string","number"],"description":"Limit the amount of possible metadata values","required":false},"default_value":{"title":"Default value","type":"string","description":"The default value for the metadata","required":false},"metadata_type_options":{"title":"Metadata type options","type":["array","object"],"items":{"type":["array","string","integer","object"]},"description":"Specific options for metadata type","required":false},"accept_suggestion":{"title":"Metadata Value Accepts Suggestions","type":"boolean","description":"Allow community to suggest different values for the metadata","default":false,"required":false},"exposer_mapping":{"title":"Relationship metadata mapping","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The metadata mapping options. Metadata can be configured to match another type of data distribution.","default":[],"required":false},"display":{"title":"Display","type":"string","enum":["yes","no","never"],"description":"Display by default on listing or do not display or never display.","default":"no","required":false},"allow_advanced_search":{"title":"Allow advanced search","type":"string","enum":["yes","no"],"description":"Allow this metadata to be offered as an option for advanced search","default":"yes","required":false},"semantic_uri":{"title":"The semantic metadatum description URI","type":"string","description":"The semantic metadatum description URI like: https:\/\/schema.org\/URL","default":"","required":false},"metadata_section_id":{"title":"Metadata section","type":["integer","string","array"],"description":"The metadata section ID","default":"default_section","required":false}}},{"methods":["DELETE"],"args":{"metadatum_id":{"description":"Metadatum ID","required":true},"collection_id":{"description":"Collection ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/metadata":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to metadata with a specific name","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Metadata order. This metadata will be used if collections were manually ordered.","required":false},"parent":{"title":"Parent","type":"integer","description":"Parent metadata","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The metadatum description. This may provide information on how to fill this metadatum, which will appear inside a tooltip alongside the input label, or below it.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the metadatum description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The metadatum placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"metadata_type":{"title":"Type","type":"string","description":"The metadata type class name, such as Tainacan\\Metadata_Types\\Core_Title","required":false},"required":{"title":"Required","type":"string","description":"The metadata is required. All items in this collection must fill this field","enum":["yes","no"],"default":"no","required":false},"collection_key":{"title":"Unique value","type":"string","description":"Metadata value should be unique accross all items in this collection","enum":["yes","no"],"default":"no","required":false},"multiple":{"title":"Multiple","type":"string","description":"Allow items to have more than one value for this metadatum","enum":["yes","no"],"default":"no","required":false},"cardinality":{"title":"Maximum number of values","type":["string","number"],"description":"Limit the amount of possible metadata values","required":false},"default_value":{"title":"Default value","type":"string","description":"The default value for the metadata","required":false},"metadata_type_options":{"title":"Metadata type options","type":["array","object"],"items":{"type":["array","string","integer","object"]},"description":"Specific options for metadata type","required":false},"accept_suggestion":{"title":"Metadata Value Accepts Suggestions","type":"boolean","description":"Allow community to suggest different values for the metadata","default":false,"required":false},"exposer_mapping":{"title":"Relationship metadata mapping","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The metadata mapping options. Metadata can be configured to match another type of data distribution.","default":[],"required":false},"display":{"title":"Display","type":"string","enum":["yes","no","never"],"description":"Display by default on listing or do not display or never display.","default":"no","required":false},"allow_advanced_search":{"title":"Allow advanced search","type":"string","enum":["yes","no"],"description":"Allow this metadata to be offered as an option for advanced search","default":"yes","required":false},"semantic_uri":{"title":"The semantic metadatum description URI","type":"string","description":"The semantic metadatum description URI like: https:\/\/schema.org\/URL","default":"","required":false},"metadata_section_id":{"title":"Metadata section","type":["integer","string","array"],"description":"The metadata section ID","default":"default_section","required":false}}}]},"\/tainacan\/v2\/metadata":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to metadata with a specific name","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Metadata order. This metadata will be used if collections were manually ordered.","required":false},"parent":{"title":"Parent","type":"integer","description":"Parent metadata","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The metadatum description. This may provide information on how to fill this metadatum, which will appear inside a tooltip alongside the input label, or below it.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the metadatum description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The metadatum placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"metadata_type":{"title":"Type","type":"string","description":"The metadata type class name, such as Tainacan\\Metadata_Types\\Core_Title","required":false},"required":{"title":"Required","type":"string","description":"The metadata is required. All items in this collection must fill this field","enum":["yes","no"],"default":"no","required":false},"collection_key":{"title":"Unique value","type":"string","description":"Metadata value should be unique accross all items in this collection","enum":["yes","no"],"default":"no","required":false},"multiple":{"title":"Multiple","type":"string","description":"Allow items to have more than one value for this metadatum","enum":["yes","no"],"default":"no","required":false},"cardinality":{"title":"Maximum number of values","type":["string","number"],"description":"Limit the amount of possible metadata values","required":false},"default_value":{"title":"Default value","type":"string","description":"The default value for the metadata","required":false},"metadata_type_options":{"title":"Metadata type options","type":["array","object"],"items":{"type":["array","string","integer","object"]},"description":"Specific options for metadata type","required":false},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"accept_suggestion":{"title":"Metadata Value Accepts Suggestions","type":"boolean","description":"Allow community to suggest different values for the metadata","default":false,"required":false},"exposer_mapping":{"title":"Relationship metadata mapping","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The metadata mapping options. Metadata can be configured to match another type of data distribution.","default":[],"required":false},"display":{"title":"Display","type":"string","enum":["yes","no","never"],"description":"Display by default on listing or do not display or never display.","default":"no","required":false},"allow_advanced_search":{"title":"Allow advanced search","type":"string","enum":["yes","no"],"description":"Allow this metadata to be offered as an option for advanced search","default":"yes","required":false},"semantic_uri":{"title":"The semantic metadatum description URI","type":"string","description":"The semantic metadatum description URI like: https:\/\/schema.org\/URL","default":"","required":false},"metadata_section_id":{"title":"Metadata section","type":["integer","string","array"],"description":"The metadata section ID","default":"default_section","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/metadata"}]}},"\/tainacan\/v2\/metadata\/(?P<metadatum_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"metadatum_id":{"description":"Metadatum ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"metadatum_id":{"description":"Metadatum ID","required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata","required":false},"order":{"title":"Order","type":["string","integer"],"description":"Metadata order. This metadata will be used if collections were manually ordered.","required":false},"parent":{"title":"Parent","type":"integer","description":"Parent metadata","default":0,"required":false},"description":{"title":"Description","type":"string","description":"The metadatum description. This may provide information on how to fill this metadatum, which will appear inside a tooltip alongside the input label, or below it.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the metadatum description should be displayed below the input label instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false},"placeholder":{"title":"Placeholder","type":"string","description":"The metadatum placeholder. This is a simple message that will appear inside textual input and may indicate to the user what kind of information is expected.","default":"","required":false},"metadata_type":{"title":"Type","type":"string","description":"The metadata type class name, such as Tainacan\\Metadata_Types\\Core_Title","required":false},"required":{"title":"Required","type":"string","description":"The metadata is required. All items in this collection must fill this field","enum":["yes","no"],"default":"no","required":false},"collection_key":{"title":"Unique value","type":"string","description":"Metadata value should be unique accross all items in this collection","enum":["yes","no"],"default":"no","required":false},"multiple":{"title":"Multiple","type":"string","description":"Allow items to have more than one value for this metadatum","enum":["yes","no"],"default":"no","required":false},"cardinality":{"title":"Maximum number of values","type":["string","number"],"description":"Limit the amount of possible metadata values","required":false},"default_value":{"title":"Default value","type":"string","description":"The default value for the metadata","required":false},"metadata_type_options":{"title":"Metadata type options","type":["array","object"],"items":{"type":["array","string","integer","object"]},"description":"Specific options for metadata type","required":false},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"accept_suggestion":{"title":"Metadata Value Accepts Suggestions","type":"boolean","description":"Allow community to suggest different values for the metadata","default":false,"required":false},"exposer_mapping":{"title":"Relationship metadata mapping","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"description":"The metadata mapping options. Metadata can be configured to match another type of data distribution.","default":[],"required":false},"display":{"title":"Display","type":"string","enum":["yes","no","never"],"description":"Display by default on listing or do not display or never display.","default":"no","required":false},"allow_advanced_search":{"title":"Allow advanced search","type":"string","enum":["yes","no"],"description":"Allow this metadata to be offered as an option for advanced search","default":"yes","required":false},"semantic_uri":{"title":"The semantic metadatum description URI","type":"string","description":"The semantic metadatum description URI like: https:\/\/schema.org\/URL","default":"","required":false},"metadata_section_id":{"title":"Metadata section","type":["integer","string","array"],"description":"The metadata section ID","default":"default_section","required":false}}},{"methods":["DELETE"],"args":{"metadatum_id":{"description":"Metadatum ID","required":true}}}]},"\/tainacan\/v2\/importers\/session":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"importer_slug":{"type":"string","description":"The slug of the importer to be initialized","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/importers\/session"}]}},"\/tainacan\/v2\/importers\/session\/(?P<session_id>[0-9a-f]+)":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH","GET"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"url":{"type":"string","description":"The URL to be used by the importer","required":false},"collection":{"type":["array","object"],"description":"The array describing the destination collection as expected by the importer","required":false},"options":{"type":["array","object"],"description":"The importer options","required":false}}},{"methods":["GET"],"args":[]}]},"\/tainacan\/v2\/importers\/session\/(?P<session_id>[0-9a-f]+)\/file":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}]},"\/tainacan\/v2\/importers\/session\/(?P<session_id>[0-9a-f]+)\/source_info":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/tainacan\/v2\/importers\/session\/(?P<session_id>[0-9a-f]+)\/get_mapping\/(?P<collection_id>[0-9a-f]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/tainacan\/v2\/importers\/session\/(?P<session_id>[0-9a-f]+)\/run":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}]},"\/tainacan\/v2\/importers\/available":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/importers\/available"}]}},"\/tainacan\/v2\/exporters\/available":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/exporters\/available"}]}},"\/tainacan\/v2\/exporters\/session":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"exporter_slug":{"type":"string","description":"The slug of the exporter to be initialized","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/exporters\/session"}]}},"\/tainacan\/v2\/exporters\/session\/(?P<session_id>[0-9a-f]+)":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"session_id":{"type":"string","description":"The ID for this exporter session","required":false},"send_email":{"type":"string","description":"The e-mail to be used by the export to send a message when the process ends","required":false},"collection":{"type":["array","object"],"description":"The array describing the collection as expected by the exporter","required":false},"options":{"type":["array","object"],"description":"The exporter options","required":false}}}]},"\/tainacan\/v2\/exporters\/session\/(?P<session_id>[0-9a-f]+)\/run":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"session_id":{"type":"string","description":"The ID for this exporter session","required":false}}}]},"\/tainacan\/v2\/taxonomies":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to a taxonomy with a specific name.","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the taxonomy","required":false},"description":{"title":"Description","type":"string","description":"The taxonomy description","default":"","required":false},"slug":{"title":"Slug","type":"string","description":"The taxonomy slug","required":false},"allow_insert":{"title":"Allow insert","type":"string","description":"Allow\/Deny the creation of new terms in the taxonomy","enum":["yes","no"],"default":"yes","required":false},"hierarchical":{"title":"Allow terms hierarchy","type":"string","description":"Allow\/Deny the existence of terms children to build a hierarchy","enum":["yes","no"],"default":"yes","required":false},"enabled_post_types":{"title":"Enabled for post types","type":["array","string"],"description":"Also enable this taxonomy for other WordPress post types","default":[],"required":false},"collections_ids":{"title":"Collections","type":"string","description":"The IDs of collection where the taxonomy is used","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/taxonomies"}]}},"\/tainacan\/v2\/taxonomies\/(?P<taxonomy_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"taxonomy_id":{"description":"Taxonomy ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"taxonomy_id":{"description":"Taxonomy ID","required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the taxonomy","required":false},"description":{"title":"Description","type":"string","description":"The taxonomy description","default":"","required":false},"slug":{"title":"Slug","type":"string","description":"The taxonomy slug","required":false},"allow_insert":{"title":"Allow insert","type":"string","description":"Allow\/Deny the creation of new terms in the taxonomy","enum":["yes","no"],"default":"yes","required":false},"hierarchical":{"title":"Allow terms hierarchy","type":"string","description":"Allow\/Deny the existence of terms children to build a hierarchy","enum":["yes","no"],"default":"yes","required":false},"enabled_post_types":{"title":"Enabled for post types","type":["array","string"],"description":"Also enable this taxonomy for other WordPress post types","default":[],"required":false},"collections_ids":{"title":"Collections","type":"string","description":"The IDs of collection where the taxonomy is used","required":false}}},{"methods":["DELETE"],"args":{"taxonomy_id":{"description":"Taxonomy ID","required":true},"permanently":{"description":"To delete permanently, you can pass 'permanently' as 1. By default this will only trash collection","default":"0","required":false}}}]},"\/tainacan\/v2\/taxonomies\/(?P<taxonomy_id>[\\d]+)\/collection\/(?P<collection_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"collection_id":{"description":"Collection ID","required":true},"taxonomy_id":{"description":"Taxonomy ID","required":true},"status":{"title":"Status","type":"string","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the taxonomy","required":false},"description":{"title":"Description","type":"string","description":"The taxonomy description","default":"","required":false},"slug":{"title":"Slug","type":"string","description":"The taxonomy slug","required":false},"allow_insert":{"title":"Allow insert","type":"string","description":"Allow\/Deny the creation of new terms in the taxonomy","enum":["yes","no"],"default":"yes","required":false},"hierarchical":{"title":"Allow terms hierarchy","type":"string","description":"Allow\/Deny the existence of terms children to build a hierarchy","enum":["yes","no"],"default":"yes","required":false},"enabled_post_types":{"title":"Enabled for post types","type":["array","string"],"description":"Also enable this taxonomy for other WordPress post types","default":[],"required":false},"collections_ids":{"title":"Collections","type":"string","description":"The IDs of collection where the taxonomy is used","required":false}}}]},"\/tainacan\/v2\/collections":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Limits the result set to collections with a specific name","type":"string","required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"fetch_only":{"type":["string","array"],"description":"Fetch only specific attribute. The specifics attributes are the same in schema.","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"status":{"title":"Status","type":"string","default":"","description":"The current situation of the collection. It also affects the visibility of the collection items, as public items from private collections do not appear in the site.","required":false},"name":{"title":"Name","type":"string","description":"The title of the collection","required":false},"order":{"title":"Order","type":"string","description":"Collection order. This metadata is used if collections are manually ordered.","required":false},"parent":{"title":"Parent Collection","type":"integer","description":"Original collection from which features are inherited","required":false},"description":{"title":"Description","type":"string","description":"An introductory text describing the collection","default":"","required":false},"slug":{"title":"Slug","type":"string","description":"An unique and sanitized string representation of the collection, used to build the collection URL. It must not contain any special characters or spaces.","required":false},"default_orderby":{"title":"Default order metadata","type":["string","array","object"],"description":"Default property that items in this collections will be ordered by","default":"date","required":false},"default_order":{"title":"Default order","description":"Default order for items in this collection. ASC or DESC","type":"string","default":"ASC","enum":["ASC","DESC"],"required":false},"default_displayed_metadata":{"title":"Default Displayed Metadata","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"default":[],"description":"List of collection properties that will be displayed in the table view","required":false},"default_view_mode":{"title":"Default view mode","type":"string","description":"Collection default visualization mode","default":"table","required":false},"enabled_view_modes":{"title":"Enabled view modes","type":"array","description":"Which visualization modes will be available for the public to choose from","default":["table","cards","masonry"],"items":{"type":"string"},"required":false},"metadata_section_order":{"title":"Metadata order","type":"array","items":{"type":"object","properties":{"id":{"description":"Metadata Section ID","type":["integer","string"]},"enabled":{"description":"Whether the metadata section is enabled or not.","type":"boolean"},"metadata_order":{"type":"array","description":"Array containing the metadata order inside the section","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}}}}},"description":"The order of the metadata section in the collection","required":false},"metadata_order":{"title":"Metadata order","type":"array","description":"The order of the metadata in the collection","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}},"required":false},"filters_order":{"title":"Filters order","type":"array","description":"The order of the filters in the collection","items":{"type":"object","properties":{"id":{"description":"Filter ID","type":"integer"},"enabled":{"description":"Whether the filter is enabled or not.","type":"boolean"}}},"required":false},"enable_cover_page":{"title":"Enable Cover Page","type":"string","description":"To use this page as the home page of this collection","enum":["yes","no"],"default":"no","required":false},"cover_page_id":{"title":"Cover Page ID","type":["integer","string"],"description":"If enabled, this custom page will be used as cover for this collection, instead of default items list.","default":"","required":false},"header_image_id":{"title":"Header Image","type":"string","description":"The image to be used in collection header, if the theme has one.","default":"","required":false},"_thumbnail_id":{"title":"Thumbnail","description":"Squared reduced-size version of a picture that helps recognizing and organizing files","type":["integer","string"],"required":false},"comment_status":{"title":"Comment Status","type":"string","description":"Collection comment status: \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false},"allow_comments":{"title":"Allow enabling comments on items","type":"string","description":"If this option is enabled, items of this collection can be set to enable a comments section on their page. \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false},"allow_item_slug_editing":{"title":"Allow changing the item slug","type":"string","description":"If this option is enabled, users will be able to modify the item original slug, resulting in changes to the item permalink.","default":"no","enum":["yes","no"],"required":false},"allow_item_author_editing":{"title":"Allow changing the item author","type":"string","description":"If this option is enabled, users will be able to modify the item original authorship, resulting in changes to who can edit it and who is credited as creator of it.","default":"no","enum":["yes","no"],"required":false},"submission_anonymous_user":{"title":"Allows submission by anonymous user","type":"string","description":"If enabled, allows submission by anonymous users, whose does not have to be logged in with permissions on the WordPress system.","default":"no","enum":["yes","no"],"required":false},"submission_default_status":{"title":"Default submission item status","type":"string","description":"The default status of the item that will be created in the collection after submission.","default":"draft","required":false},"allows_submission":{"title":"Allows item submission","type":"string","description":"If enabled, the collection allows item submission, for example via the Item Submission block.","default":"no","enum":["yes","no"],"required":false},"hide_items_thumbnail_on_lists":{"title":"Hide items thumbnail on lists","type":"string","description":"Enable this option to never display the item thumbnail on the items list. This is ment for collections made of mainly textual content.","enum":["yes","no"],"default":"no","required":false},"submission_use_recaptcha":{"title":"Use reCAPTCHA verification on submission form","type":"string","description":"If enabled, the collection allows item submission using a reCAPTCHA","default":"no","enum":["yes","no"],"required":false},"default_metadata_section_properties":{"title":"Default metadata section properties","type":"object","description":"The default metadata section properties","properties":{"name":{"type":"string","description":"The name of the default metadata section"},"description":{"type":"string","description":"The description of the default metadata section"},"description_bellow_name":{"type":"string","description":"Whether the description should appear bellow the metadata section.","enum":["yes","no"]}},"required":false},"item_enabled_document_types":{"title":"Enabled document types","type":"object","description":"The document types that are available in the item edition form.","items":{"type":"object","properties":{"enabled":{"description":"Whether the document type is enabled or not.","type":"string","enum":["yes","no"]},"label":{"description":"The label that will represent the document type.","type":"string"},"icon":{"description":"The slug of the icon that will represent the document type.","type":"string"}}},"default":{"attachment":{"enabled":"yes","label":"File","icon":"attachments"},"url":{"enabled":"yes","label":"URL","icon":"url"},"text":{"enabled":"yes","label":"Text","icon":"text"}},"required":false},"item_publication_label":{"title":"Publication area label","type":"string","description":"The label for the publication section in the item edition form, where author, status, slug and comments options appear","default":"Publication data","required":false},"item_document_label":{"title":"Main document label","type":"string","description":"The label for the main document section in the item edition form","default":"Document","required":false},"item_thumbnail_label":{"title":"Thumbnail label","type":"string","description":"The label for the thumbnail section in the item edition form","default":"Thumbnail","required":false},"item_enable_thumbnail":{"title":"Item thumbnail","type":"string","description":"If enabled, each item can have a thumbnail customized instead of the one automatically generated based on the item document.","default":"yes","enum":["yes","no"],"required":false},"item_attachment_label":{"title":"Attachments label","type":"string","description":"The label for the attachments section in the item edition form","default":"Attachments","required":false},"item_enable_attachments":{"title":"Item attachments","type":"string","description":"If enabled, each item can have a set of files attached to it, complementary to the item document.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_focus_mode":{"title":"Metadata focus mode","type":"string","description":"If enabled, a button can start a special navigation mode, that focus one metadatum per time in the item edition form.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_required_filter":{"title":"Metadata required filter","type":"string","description":"If enabled, a switch can be toggled to display only required metadata in the item edition form.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_searchbar":{"title":"Metadata search bar","type":"string","description":"If enabled, a search bar can be used for filtering the list of metadata in the item edition form.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_collapses":{"title":"Metadata collapses","type":"string","description":"If enabled, each metadata in the item form will be wrapped in a collapsable component.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_enumeration":{"title":"Metadata enumeration","type":"string","description":"If enabled, the metadata sections and their metadata in the item form will be enumerated automatically.","default":"no","enum":["yes","no"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/collections"}]}},"\/tainacan\/v2\/collections\/(?P<collection_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"status":{"title":"Status","type":"string","default":"","description":"The current situation of the collection. It also affects the visibility of the collection items, as public items from private collections do not appear in the site.","required":false},"name":{"title":"Name","type":"string","description":"The title of the collection","required":false},"order":{"title":"Order","type":"string","description":"Collection order. This metadata is used if collections are manually ordered.","required":false},"parent":{"title":"Parent Collection","type":"integer","description":"Original collection from which features are inherited","required":false},"description":{"title":"Description","type":"string","description":"An introductory text describing the collection","default":"","required":false},"slug":{"title":"Slug","type":"string","description":"An unique and sanitized string representation of the collection, used to build the collection URL. It must not contain any special characters or spaces.","required":false},"default_orderby":{"title":"Default order metadata","type":["string","array","object"],"description":"Default property that items in this collections will be ordered by","default":"date","required":false},"default_order":{"title":"Default order","description":"Default order for items in this collection. ASC or DESC","type":"string","default":"ASC","enum":["ASC","DESC"],"required":false},"default_displayed_metadata":{"title":"Default Displayed Metadata","type":["array","object","string"],"items":{"type":["array","string","integer","object"]},"default":[],"description":"List of collection properties that will be displayed in the table view","required":false},"default_view_mode":{"title":"Default view mode","type":"string","description":"Collection default visualization mode","default":"table","required":false},"enabled_view_modes":{"title":"Enabled view modes","type":"array","description":"Which visualization modes will be available for the public to choose from","default":["table","cards","masonry"],"items":{"type":"string"},"required":false},"metadata_section_order":{"title":"Metadata order","type":"array","items":{"type":"object","properties":{"id":{"description":"Metadata Section ID","type":["integer","string"]},"enabled":{"description":"Whether the metadata section is enabled or not.","type":"boolean"},"metadata_order":{"type":"array","description":"Array containing the metadata order inside the section","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}}}}},"description":"The order of the metadata section in the collection","required":false},"metadata_order":{"title":"Metadata order","type":"array","description":"The order of the metadata in the collection","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}},"required":false},"filters_order":{"title":"Filters order","type":"array","description":"The order of the filters in the collection","items":{"type":"object","properties":{"id":{"description":"Filter ID","type":"integer"},"enabled":{"description":"Whether the filter is enabled or not.","type":"boolean"}}},"required":false},"enable_cover_page":{"title":"Enable Cover Page","type":"string","description":"To use this page as the home page of this collection","enum":["yes","no"],"default":"no","required":false},"cover_page_id":{"title":"Cover Page ID","type":["integer","string"],"description":"If enabled, this custom page will be used as cover for this collection, instead of default items list.","default":"","required":false},"header_image_id":{"title":"Header Image","type":"string","description":"The image to be used in collection header, if the theme has one.","default":"","required":false},"_thumbnail_id":{"title":"Thumbnail","description":"Squared reduced-size version of a picture that helps recognizing and organizing files","type":["integer","string"],"required":false},"comment_status":{"title":"Comment Status","type":"string","description":"Collection comment status: \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false},"allow_comments":{"title":"Allow enabling comments on items","type":"string","description":"If this option is enabled, items of this collection can be set to enable a comments section on their page. \"open\" means comments are allowed, \"closed\" means comments are not allowed.","default":"closed","enum":["open","closed"],"required":false},"allow_item_slug_editing":{"title":"Allow changing the item slug","type":"string","description":"If this option is enabled, users will be able to modify the item original slug, resulting in changes to the item permalink.","default":"no","enum":["yes","no"],"required":false},"allow_item_author_editing":{"title":"Allow changing the item author","type":"string","description":"If this option is enabled, users will be able to modify the item original authorship, resulting in changes to who can edit it and who is credited as creator of it.","default":"no","enum":["yes","no"],"required":false},"submission_anonymous_user":{"title":"Allows submission by anonymous user","type":"string","description":"If enabled, allows submission by anonymous users, whose does not have to be logged in with permissions on the WordPress system.","default":"no","enum":["yes","no"],"required":false},"submission_default_status":{"title":"Default submission item status","type":"string","description":"The default status of the item that will be created in the collection after submission.","default":"draft","required":false},"allows_submission":{"title":"Allows item submission","type":"string","description":"If enabled, the collection allows item submission, for example via the Item Submission block.","default":"no","enum":["yes","no"],"required":false},"hide_items_thumbnail_on_lists":{"title":"Hide items thumbnail on lists","type":"string","description":"Enable this option to never display the item thumbnail on the items list. This is ment for collections made of mainly textual content.","enum":["yes","no"],"default":"no","required":false},"submission_use_recaptcha":{"title":"Use reCAPTCHA verification on submission form","type":"string","description":"If enabled, the collection allows item submission using a reCAPTCHA","default":"no","enum":["yes","no"],"required":false},"default_metadata_section_properties":{"title":"Default metadata section properties","type":"object","description":"The default metadata section properties","properties":{"name":{"type":"string","description":"The name of the default metadata section"},"description":{"type":"string","description":"The description of the default metadata section"},"description_bellow_name":{"type":"string","description":"Whether the description should appear bellow the metadata section.","enum":["yes","no"]}},"required":false},"item_enabled_document_types":{"title":"Enabled document types","type":"object","description":"The document types that are available in the item edition form.","items":{"type":"object","properties":{"enabled":{"description":"Whether the document type is enabled or not.","type":"string","enum":["yes","no"]},"label":{"description":"The label that will represent the document type.","type":"string"},"icon":{"description":"The slug of the icon that will represent the document type.","type":"string"}}},"default":{"attachment":{"enabled":"yes","label":"File","icon":"attachments"},"url":{"enabled":"yes","label":"URL","icon":"url"},"text":{"enabled":"yes","label":"Text","icon":"text"}},"required":false},"item_publication_label":{"title":"Publication area label","type":"string","description":"The label for the publication section in the item edition form, where author, status, slug and comments options appear","default":"Publication data","required":false},"item_document_label":{"title":"Main document label","type":"string","description":"The label for the main document section in the item edition form","default":"Document","required":false},"item_thumbnail_label":{"title":"Thumbnail label","type":"string","description":"The label for the thumbnail section in the item edition form","default":"Thumbnail","required":false},"item_enable_thumbnail":{"title":"Item thumbnail","type":"string","description":"If enabled, each item can have a thumbnail customized instead of the one automatically generated based on the item document.","default":"yes","enum":["yes","no"],"required":false},"item_attachment_label":{"title":"Attachments label","type":"string","description":"The label for the attachments section in the item edition form","default":"Attachments","required":false},"item_enable_attachments":{"title":"Item attachments","type":"string","description":"If enabled, each item can have a set of files attached to it, complementary to the item document.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_focus_mode":{"title":"Metadata focus mode","type":"string","description":"If enabled, a button can start a special navigation mode, that focus one metadatum per time in the item edition form.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_required_filter":{"title":"Metadata required filter","type":"string","description":"If enabled, a switch can be toggled to display only required metadata in the item edition form.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_searchbar":{"title":"Metadata search bar","type":"string","description":"If enabled, a search bar can be used for filtering the list of metadata in the item edition form.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_collapses":{"title":"Metadata collapses","type":"string","description":"If enabled, each metadata in the item form will be wrapped in a collapsable component.","default":"yes","enum":["yes","no"],"required":false},"item_enable_metadata_enumeration":{"title":"Metadata enumeration","type":"string","description":"If enabled, the metadata sections and their metadata in the item form will be enumerated automatically.","default":"no","enum":["yes","no"],"required":false}}},{"methods":["DELETE"],"args":{"collection_id":{"description":"Collection ID","required":true},"permanently":{"description":"To delete permanently, you can pass 'permanently' as 1. By default this will only trash collection","default":"0","required":false}}}]},"\/tainacan\/v2\/collections\/(?P<collection_id>[\\d]+)\/metadata_section_order":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"collection_id":{"description":"Collection ID","required":true},"metadata_section_order":{"title":"Metadata order","type":"array","items":{"type":"object","properties":{"id":{"description":"Metadata Section ID","type":["integer","string"]},"enabled":{"description":"Whether the metadata section is enabled or not.","type":"boolean"},"metadata_order":{"type":"array","description":"Array containing the metadata order inside the section","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}}}}},"description":"The order of the metadata section in the collection","required":true}}}]},"\/tainacan\/v2\/collections\/(?P<collection_id>[\\d]+)\/metadata_section\/default_section\/metadata_order":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"metadata_order":{"title":"Metadata order","type":"array","description":"The order of the metadata in the collection","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}},"required":true}}}]},"\/tainacan\/v2\/collections\/(?P<collection_id>[\\d]+)\/metadata_section\/(?P<metadata_section_id>[\\d]+)\/metadata_order":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"metadata_order":{"title":"Metadata order","type":"array","description":"The order of the metadata in the collection","items":{"type":"object","properties":{"id":{"description":"Metadata ID","type":"integer"},"enabled":{"description":"Whether the metadata is enabled or not.","type":"boolean"}}},"required":true}}}]},"\/tainacan\/v2\/collections\/(?P<collection_id>[\\d]+)\/filters_order":{"namespace":"tainacan\/v2","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":{"filters_order":{"title":"Filters order","type":"array","description":"The order of the filters in the collection","items":{"type":"object","properties":{"id":{"description":"Filter ID","type":"integer"},"enabled":{"description":"Whether the filter is enabled or not.","type":"boolean"}}},"required":true}}}]},"\/tainacan\/v2\/filter-types":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/filter-types"}]}},"\/tainacan\/v2\/oai":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"verb":{"enum":["ListSets","ListRecords","ListIdentifiers","GetRecord","ListMetadataFormats","Identify"],"description":"The OAI-PMH verb to execute.","required":true},"resumptionToken":{"description":"The resumptionToken to continue a previous request.","type":"string","required":false},"metadataPrefix":{"description":"The metadataPrefix to use in the request. Used when the verb is \"ListRecords\", \"ListIdentifiers\" and \"GetRecord\"","type":"string","required":false},"identifier":{"description":"The identifier to use in the request. Used when the verb is \"GetRecord\".","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/oai"}]}},"\/tainacan\/v2\/item\/(?P<item_id>[\\d]+)\/metadata\/(?P<metadatum_id>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"item_id":{"description":"Item ID","required":true},"metadatum_id":{"description":"Metadatum ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"item_id":{"description":"Item ID","required":true},"metadatum_id":{"description":"Item ID","required":true},"values":{"type":["array","string","object","integer"],"items":{"type":["array","string","object","integer"]},"description":"The value(s) of item metadata","required":false},"parent_meta_id":{"type":["array","string","object","integer"],"items":{"type":["string","integer"]},"description":"The parent meta ID for the item metadata children group","required":false}}},{"methods":["DELETE"],"args":{"item_id":{"description":"Item ID","required":true},"metadatum_id":{"description":"Item ID","required":true}}}]},"\/tainacan\/v2\/item\/(?P<item_id>[\\d]+)\/metadata":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"item_id":{"description":"Item ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false}}}]},"\/tainacan\/v2\/item\/(?P<item_id>[\\d]+)\/metadata-sections\/(?P<metadata_section_id>[\\d|default_section]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"metadata_section_id":{"description":"Metadata Section ID","required":true},"item_id":{"description":"Item ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/sequence-edit":{"namespace":"tainacan\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":false},"items_ids":{"type":"array","items":{"type":"integer"},"description":"Array of items IDs","required":false},"use_query":{"type":["boolean","object"],"description":"The query used to define the items in the group","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/sequence-edit\/(?P<group_id>[0-9a-f]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/sequence-edit\/(?P<group_id>[0-9a-f]+)\/(?P<sequence_index>[\\d]+)":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"type":"string","description":"Collection ID","required":true},"group_id":{"type":"string","description":"Group ID","required":true},"sequence_index":{"type":"string","description":"Sequence index","required":true}}}]},"\/tainacan\/v2\/metadata-types":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/metadata-types"}]}},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/metadata-sections\/(?P<metadata_section_id>[\\d|default_section]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true},"metadata_section_id":{"description":"Metadata Section ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"metadata_section_id":{"description":"Metadata Section ID","required":true},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","default":"publish","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata section","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata sction","required":false},"description":{"title":"Description","type":"string","description":"The metadata section description.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the section metadata description should be displayed below the name instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}},{"methods":["DELETE"],"args":{"metadata_section_id":{"description":"Metadata Section ID","required":true},"collection_id":{"description":"Collection ID","required":true}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/metadata-sections":{"namespace":"tainacan\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"description":"Collection ID","required":true},"context":{"type":"string","default":"view","description":"The context in which the request is made.","enum":["view","edit"],"required":false},"id":{"description":"Limit result to objects with specific id.","type":"integer","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"sentence":{"description":"Whether to search by phrase. Default true.","type":"boolean","default":true,"required":false},"authorid":{"description":"Limit result set to objects assigned to specific authors by id.","type":"integer","required":false},"authorname":{"description":"Limit result set to objects assigned to specific authors by name","type":"string","required":false},"status":{"description":"Limit result set to objects assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"offset":{"description":"Offset the result set by a specific number of objects.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":["string","array"],"default":"desc","enum":["asc","desc","ASC","DESC"],"required":false},"orderby":{"description":"Sort objects by object attribute.","type":["string","array"],"default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","meta_value","meta_value_num","menu_order","rand","post__in"],"required":false},"perpage":{"description":"Maximum number of objects to be returned in result set.","type":"number","default":10,"required":false},"paged":{"description":"The results page to be returned.","type":"integer","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"required":false},"name":{"description":"Limits the result set to metadata sections with a specific name","type":"string","required":false},"metakey":{"type":["integer","string"],"description":"Custom metadata key.","required":false},"metavalue":{"type":["string","array"],"description":"Custom metadata value","required":false},"metavaluenum":{"type":"number","description":"Custom metadata value","required":false},"metacompare":{"type":"string","description":"Operator to test the metavalue","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","NOT EXISTS","REGEXP","NOT REGEXP","RLIKE"],"required":false},"metaquery":{"description":"Limits result set to items that have specific custom metadata","type":["array","object"],"properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}},"items":{"type":"object","properties":{"key":{"type":["integer","string"],"description":"Custom metadata key."},"value":{"type":["string","array"],"items":{"type":"string"},"description":"Custom metadata value. It can be an array only when compare is IN, NOT IN, BETWEEN, or NOT BETWEEN. You dont have to specify a value when using the EXISTS or NOT EXISTS comparisons in WordPress 3.9 and up. (Note: Due to bug #23268, value is required for NOT EXISTS comparisons to work correctly prior to 3.9. You must supply some string for the value parameter. An empty string or NULL will NOT work. However, any other string will do the trick and will NOT show up in your SQL when using NOT EXISTS. Need inspiration? How about 'bug #23268'.","sanitize_callback":"sanitize_text_field"},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"OR or AND, how the sub-arrays should be compared.","default":"AND"},"metadatumtype":{"type":"string","description":"Custom metadata type. Possible values are NUMERIC, BINARY, CHAR, DATE, DATETIME, DECIMAL, SIGNED, TIME, UNSIGNED. Default value is CHAR. You can also specify precision and scale for the DECIMAL and NUMERIC types (for example, DECIMAL(10,5) or NUMERIC(10) are valid). The type DATE works with the compare value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format."}}},"required":false},"datequery":{"description":"Limits the result set to items that were created or modified in some specific date","type":["array","object"],"items":{"keys":{"year":{"type":"integer","description":"4 digit year (e.g. 2018)."},"month":{"type":"integer","description":"Month number (from 1 to 12)."},"day":{"type":"integer","description":"Day of the month (from 1 to 31)."},"week":{"type":"integer","description":"Week of the year (from 0 to 53)."},"hour":{"type":"integer","description":"Hour (from 0 to 23)."},"minute":{"type":"integer","description":"Minute (from 0 to 59)."},"second":{"type":"integer","description":"Second (from 0 to 59)."},"compare":{"type":"string","description":"Operator to test.","default":"=","enum":["=","!=",">",">=","<","<=","LIKE","NOT LIKE","IN","NOT IN","BETWEEN","NOT BETWEEN","EXISTS","NOT EXISTS"]},"dayofweek":{"type":"array"},"inclusive":{"type":"boolean","description":"For after\/before, whether exact value should be matched or not."},"before":{"type":["string","array"],"description":"Date to retrieve posts before. Accepts strtotime()-compatible string, or array of year, month, day "},"after":{"type":["string","array"],"description":"Date to retrieve posts after. Accepts strtotime()-compatible string, or array of year, month, day "},"column":{"type":"string","description":"Posts column to query against, possible values: post_date, post_date_gmt, post_modified, post_modified_gmt. Default: \u2018post_date\u2019."}},"type":["array","object"]},"required":false},"taxquery":{"description":"Show items associated with certain taxonomy.","type":["array","object"],"items":{"keys":{"taxonomy":{"type":"string","description":"The taxonomy data base identifier."},"metadatum":{"type":"string","default":"term_id","description":"Select taxonomy term by","enum":["term_id","name","slug","term_taxonomy_id"]},"terms":{"type":["integer","string","array"],"sanitize_callback":"sanitize_text_field","description":"Taxonomy term(s)."},"operator":{"type":"string","description":"Operator to test.","default":"IN","enum":["IN","NOT IN","AND","EXISTS","NOT EXISTS"]},"relation":{"type":"string","description":"The logical relationship between each inner taxonomy array when there is more than one. Do not use with a single inner taxonomy array.","default":"AND","enum":["AND","OR"]}},"type":["array","object"]},"required":false}}},{"methods":["POST"],"args":{"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","default":"publish","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata section","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata sction","required":false},"description":{"title":"Description","type":"string","description":"The metadata section description.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the section metadata description should be displayed below the name instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}}]},"\/tainacan\/v2\/collection\/(?P<collection_id>[\\d]+)\/metadata-sections\/(?P<metadata_section_id>[\\d|default_section]+)\/metadata":{"namespace":"tainacan\/v2","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","default":"publish","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata section","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata sction","required":false},"description":{"title":"Description","type":"string","description":"The metadata section description.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the section metadata description should be displayed below the name instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}},{"methods":["POST"],"args":{"metadata_section_id":{"description":"Metadata Section ID","required":true},"collection_id":{"title":"Collection","type":["integer","string"],"description":"The collection ID","required":false},"status":{"title":"Status","type":"string","default":"publish","description":"Status for control of visibility and access.","required":false},"name":{"title":"Name","type":"string","description":"Name of the metadata section","required":false},"slug":{"title":"Slug","type":"string","description":"A unique and sanitized string representation of the metadata sction","required":false},"description":{"title":"Description","type":"string","description":"The metadata section description.","default":"","required":false},"description_bellow_name":{"title":"Description below name","type":"string","description":"Whether the section metadata description should be displayed below the name instead of inside a tooltip.","enum":["yes","no"],"default":"no","required":false}}},{"methods":["DELETE"],"args":{"metadata_section_id":{"description":"Metadata Section ID","required":true},"collection_id":{"description":"Collection ID","required":true}}}]},"\/tainacan\/v2\/metadatum-mappers":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/metadatum-mappers"}]}},"\/tainacan\/v2\/bg-processes":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"user_id":{"type":"integer","description":"The ID of the owner of the background processes. Defaults to current user","required":false},"all_users":{"type":"boolean","description":"Whether to return processes from all users (if current user is admin).","default":false,"required":false},"status":{"type":"string","description":"\"open\" returns only processes currently running. \"closed\" returns only finished or aborted. \"all\" returns all.","default":"all","enum":["open","closed","all"],"required":false},"perpage":{"type":"integer","description":"Number of processes to return per page","default":10,"required":false},"paged":{"type":"integer","description":"Page to retrieve","default":1,"required":false},"recent":{"type":"boolean","description":"Returns only processes created or updated recently","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/bg-processes"}]}},"\/tainacan\/v2\/bg-processes\/(?P<id>[0-9]+)":{"namespace":"tainacan\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"status":{"type":"string","description":"\"open\" or \"closed\" ","enum":["open","closed"],"required":false}}},{"methods":["DELETE"],"args":[]}]},"\/tainacan\/v2\/bg-processes\/file":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/tainacan\/v2\/bg-processes\/file"}]}},"\/wp\/v2":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp\/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2"}]}},"\/wp\/v2\/posts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar resultados a posts atribu\u00eddos a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Garantir que o resultado exclui posts atribu\u00eddos a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limitar resultados com base no relacionamento entre m\u00faltiplas taxonomias.","type":"string","enum":["AND","OR"],"required":false},"categories":{"description":"Limitar resultados para todos os itens com termos espec\u00edficos atribu\u00eddos a taxonomia categories.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Possibilidade de incluir termos descendentes nos termos limitando o conjunto de resultados.","type":"boolean","default":false},"operator":{"description":"Se os items devem ser atribu\u00eddos a todos ou a qualquer um dos termos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"categories_exclude":{"description":"Limitar resultados para todos os itens que tenham o termo espec\u00edfico atribu\u00eddo para a taxonomia categories.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Possibilidade de incluir termos descendentes nos termos limitando o conjunto de resultados.","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"tags":{"description":"Limitar resultados para todos os itens com termos espec\u00edficos atribu\u00eddos a taxonomia tags.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Se os items devem ser atribu\u00eddos a todos ou a qualquer um dos termos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"tags_exclude":{"description":"Limitar resultados para todos os itens que tenham o termo espec\u00edfico atribu\u00eddo para a taxonomia tags.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"sticky":{"description":"Limitar resultados de itens que sejam fixos.","type":"boolean","required":false},"ignore_sticky":{"description":"Se deve ou n\u00e3o ignorar os artigos fixos.","type":"boolean","default":true,"required":false},"format":{"description":"Limita conjunto de resultados a itens atribu\u00eddos a um ou mais formatos espec\u00edficos.","type":"array","uniqueItems":true,"items":{"enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"O formato para o post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Se o post deve ser tratado como fixo.","type":"boolean","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"categories":{"description":"Os termos atribu\u00eddos ao post na taxonomia category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"Os termos atribu\u00eddos ao post na taxonomia post_tag.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/posts"}]}},"\/wp\/v2\/posts\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Substitui o tamanho padr\u00e3o do resumo.","type":"integer","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"O formato para o post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Se o post deve ser tratado como fixo.","type":"boolean","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"categories":{"description":"Os termos atribu\u00eddos ao post na taxonomia category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"Os termos atribu\u00eddos ao post na taxonomia post_tag.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"O formato para o post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Se o post deve ser tratado como fixo.","type":"boolean","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"categories":{"description":"Os termos atribu\u00eddos ao post na taxonomia category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"Os termos atribu\u00eddos ao post na taxonomia post_tag.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/pages":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar resultados a posts atribu\u00eddos a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Garantir que o resultado exclui posts atribu\u00eddos a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limitar resultados para posts com um valor menu_order espec\u00edfico.","type":"integer","required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limitar resultados para itens cujos ascendentes t\u00eam determinados IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar resultados para todos os itens, exceto aqueles de um ID de ascendente em particular.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/pages"}]}},"\/wp\/v2\/pages\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Substitui o tamanho padr\u00e3o do resumo.","type":"integer","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}]},"\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/media":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar resultados a posts atribu\u00eddos a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Garantir que o resultado exclui posts atribu\u00eddos a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"Limitar resultados para itens cujos ascendentes t\u00eam determinados IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar resultados para todos os itens, exceto aqueles de um ID de ascendente em particular.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"inherit","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["inherit","private","trash"],"type":"string"},"required":false},"media_type":{"default":null,"description":"Limita resultados a anexos de um tipo de m\u00eddia em particular ou tipos de m\u00eddia.","type":"array","items":{"type":"string","enum":["image","video","text","application","audio"]},"required":false},"mime_type":{"default":null,"description":"Limita resultados a anexos de um tipo MIME em particular ou tipos MIME.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"alt_text":{"description":"Texto alternativo para exibir quando o anexo n\u00e3o \u00e9 exibido.","type":"string","required":false},"caption":{"description":"A legenda do anexo.","type":"object","properties":{"raw":{"description":"Legenda para o anexo, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Legenda HTML para o anexo, transformada para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"A descri\u00e7\u00e3o do anexo.","type":"object","properties":{"raw":{"description":"Descri\u00e7\u00e3o para o anexo, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Descri\u00e7\u00e3o HTML para o anexo, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"O ID para o post associado ao anexo.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/media"}]}},"\/wp\/v2\/media\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"O ID do autor para o post.","type":"integer","required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"comment_status":{"description":"Se os coment\u00e1rios no post devem ou n\u00e3o ser abertos.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Se o post pode receber chamadas ping.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"alt_text":{"description":"Texto alternativo para exibir quando o anexo n\u00e3o \u00e9 exibido.","type":"string","required":false},"caption":{"description":"A legenda do anexo.","type":"object","properties":{"raw":{"description":"Legenda para o anexo, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Legenda HTML para o anexo, transformada para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"A descri\u00e7\u00e3o do anexo.","type":"object","properties":{"raw":{"description":"Descri\u00e7\u00e3o para o anexo, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Descri\u00e7\u00e3o HTML para o anexo, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"O ID para o post associado ao anexo.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Identificador \u00fanico para o anexo.","type":"integer","required":false},"action":{"type":"string","enum":["create-image-subsizes"],"required":true}}}]},"\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"src":{"description":"URL para o arquivo de imagem editado.","type":"string","format":"uri","required":true},"modifiers":{"description":"Array de edi\u00e7\u00f5es da imagem.","type":"array","minItems":1,"items":{"description":"Edi\u00e7\u00e3o de imagem.","type":"object","required":["type","args"],"oneOf":[{"title":"Virar","properties":{"type":{"description":"Tipo de giro.","type":"string","enum":["flip"]},"args":{"description":"Argumentos de invers\u00e3o.","type":"object","required":["flip"],"properties":{"flip":{"description":"Dire\u00e7\u00e3o de invers\u00e3o.","type":"object","required":["horizontal","vertical"],"properties":{"horizontal":{"description":"Se deve virar na dire\u00e7\u00e3o horizontal.","type":"boolean"},"vertical":{"description":"Se deve virar na dire\u00e7\u00e3o vertical.","type":"boolean"}}}}}}},{"title":"Rota\u00e7\u00e3o","properties":{"type":{"description":"Tipo de rota\u00e7\u00e3o.","type":"string","enum":["rotate"]},"args":{"description":"Argumentos para rota\u00e7\u00e3o.","type":"object","required":["angle"],"properties":{"angle":{"description":"\u00c2ngulo para girar no sentido hor\u00e1rio em graus..","type":"number"}}}}},{"title":"Recortar","properties":{"type":{"description":"Tipo de recorte.","type":"string","enum":["crop"]},"args":{"description":"Argumentos para recortar.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"Posi\u00e7\u00e3o vertical da esquerda para iniciar um recorte como uma porcentagem da largura da imagem.","type":"number"},"top":{"description":"Posi\u00e7\u00e3o vertical do topo para iniciar um recorte como uma porcentagem da altura da imagem.","type":"number"},"width":{"description":"Largura para recortar como uma porcentagem da largura da imagem.","type":"number"},"height":{"description":"Altura para recortar como uma porcentagem da altura da imagem.","type":"number"}}}}}]},"required":false},"rotation":{"description":"A quantidade para girar a imagem no sentido hor\u00e1rio em graus. Obsoleto: use `modifiers` no lugar.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true,"required":false},"x":{"description":"Como uma porcentagem da imagem, a posi\u00e7\u00e3o x para iniciar o recorte. Obsoleto: use `modifiers` no lugar.","type":"number","minimum":0,"maximum":100,"required":false},"y":{"description":"Como uma porcentagem da imagem, a posi\u00e7\u00e3o y para iniciar o recorte. Obsoleto: use `modifiers` no lugar.","type":"number","minimum":0,"maximum":100,"required":false},"width":{"description":"Como uma porcentagem da imagem, a largura que a imagem ser\u00e1 recortada. Obsoleto: use `modifiers` no lugar.","type":"number","minimum":0,"maximum":100,"required":false},"height":{"description":"Como uma porcentagem da imagem, a altura que a imagem ser\u00e1 recortada. Obsoleto: use `modifiers` no lugar.","type":"number","minimum":0,"maximum":100,"required":false},"caption":{"description":"A legenda do anexo.","type":"object","properties":{"raw":{"description":"Legenda para o anexo, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Legenda HTML para o anexo, transformada para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"A descri\u00e7\u00e3o do anexo.","type":"object","properties":{"raw":{"description":"Descri\u00e7\u00e3o para o anexo, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Descri\u00e7\u00e3o HTML para o anexo, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"post":{"description":"O ID para o post associado ao anexo.","type":"integer","required":false},"alt_text":{"description":"Texto alternativo para exibir quando o anexo n\u00e3o \u00e9 exibido.","type":"string","required":false}}}]},"\/wp\/v2\/menu-items":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"menu_order","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limitar resultados com base no relacionamento entre m\u00faltiplas taxonomias.","type":"string","enum":["AND","OR"],"required":false},"menus":{"description":"Limitar resultados para todos os itens com termos espec\u00edficos atribu\u00eddos a taxonomia menus.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Se os items devem ser atribu\u00eddos a todos ou a qualquer um dos termos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"menus_exclude":{"description":"Limitar resultados para todos os itens que tenham o termo espec\u00edfico atribu\u00eddo para a taxonomia menus.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"menu_order":{"description":"Limitar resultados para posts com um valor menu_order espec\u00edfico.","type":"integer","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"title":{"description":"O t\u00edtulo para o objeto.","type":["string","object"],"properties":{"raw":{"description":"T\u00edtulo para o objeto, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o objeto em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"default":"custom","description":"A fam\u00edlia de objetos originalmente representados, como \"post_type\" ou \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"default":"publish","description":"Um nome de status para o objeto.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"default":0,"description":"O ID do item ascendente ao objeto.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Texto referente ao atributo de t\u00edtulo do elemento de link deste item de menu.","type":"string","required":false},"classes":{"description":"Nomes de classe do elemento de link deste item de menu.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"A descri\u00e7\u00e3o deste item de menu.","type":"string","required":false},"menu_order":{"default":1,"description":"O ID de banco de dados do nav_menu_item ascendente deste item, se houver. Caso contr\u00e1rio, \u00e9 0.","type":"integer","minimum":1,"required":false},"object":{"description":"O tipo do objeto originalmente representado, como \"category,\" \"post\" ou \"attachment\".","type":"string","required":false},"object_id":{"default":0,"description":"O ID no banco de dados do objeto original que representa este item de menu, por exemplo o ID para os posts e o term_id para as categorias.","type":"integer","minimum":0,"required":false},"target":{"description":"O atributo target (destino) de um elemento de link para este item de menu.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"O URL para o qual este item de menu aponta.","type":"string","format":"uri","required":false},"xfn":{"description":"A rela\u00e7\u00e3o XFN expressa no link deste item de menu.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Os termos atribu\u00eddos ao objeto na taxonomia nav_menu.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/menu-items"}]}},"\/wp\/v2\/menu-items\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o objeto.","type":["string","object"],"properties":{"raw":{"description":"T\u00edtulo para o objeto, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o objeto em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"A fam\u00edlia de objetos originalmente representados, como \"post_type\" ou \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Um nome de status para o objeto.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"description":"O ID do item ascendente ao objeto.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Texto referente ao atributo de t\u00edtulo do elemento de link deste item de menu.","type":"string","required":false},"classes":{"description":"Nomes de classe do elemento de link deste item de menu.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"A descri\u00e7\u00e3o deste item de menu.","type":"string","required":false},"menu_order":{"description":"O ID de banco de dados do nav_menu_item ascendente deste item, se houver. Caso contr\u00e1rio, \u00e9 0.","type":"integer","minimum":1,"required":false},"object":{"description":"O tipo do objeto originalmente representado, como \"category,\" \"post\" ou \"attachment\".","type":"string","required":false},"object_id":{"description":"O ID no banco de dados do objeto original que representa este item de menu, por exemplo o ID para os posts e o term_id para as categorias.","type":"integer","minimum":0,"required":false},"target":{"description":"O atributo target (destino) de um elemento de link para este item de menu.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"O URL para o qual este item de menu aponta.","type":"string","format":"uri","required":false},"xfn":{"description":"A rela\u00e7\u00e3o XFN expressa no link deste item de menu.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Os termos atribu\u00eddos ao objeto na taxonomia nav_menu.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do item ascendente ao objeto.","type":"integer","minimum":0,"required":false},"title":{"description":"O t\u00edtulo para o objeto.","type":["string","object"],"properties":{"raw":{"description":"T\u00edtulo para o objeto, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o objeto em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"A fam\u00edlia de objetos originalmente representados, como \"post_type\" ou \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Um nome de status para o objeto.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"attr_title":{"description":"Texto referente ao atributo de t\u00edtulo do elemento de link deste item de menu.","type":"string","required":false},"classes":{"description":"Nomes de classe do elemento de link deste item de menu.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"A descri\u00e7\u00e3o deste item de menu.","type":"string","required":false},"menu_order":{"description":"O ID de banco de dados do nav_menu_item ascendente deste item, se houver. Caso contr\u00e1rio, \u00e9 0.","type":"integer","minimum":1,"required":false},"object":{"description":"O tipo do objeto originalmente representado, como \"category,\" \"post\" ou \"attachment\".","type":"string","required":false},"object_id":{"description":"O ID no banco de dados do objeto original que representa este item de menu, por exemplo o ID para os posts e o term_id para as categorias.","type":"integer","minimum":0,"required":false},"target":{"description":"O atributo target (destino) de um elemento de link para este item de menu.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"O URL para o qual este item de menu aponta.","type":"string","format":"uri","required":false},"xfn":{"description":"A rela\u00e7\u00e3o XFN expressa no link deste item de menu.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Os termos atribu\u00eddos ao objeto na taxonomia nav_menu.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}]},"\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/blocks":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limitar resultados com base no relacionamento entre m\u00faltiplas taxonomias.","type":"string","enum":["AND","OR"],"required":false},"wp_pattern_category":{"description":"Limitar resultados para todos os itens com termos espec\u00edficos atribu\u00eddos a taxonomia wp_pattern_category.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Se os items devem ser atribu\u00eddos a todos ou a qualquer um dos termos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"wp_pattern_category_exclude":{"description":"Limitar resultados para todos os itens que tenham o termo espec\u00edfico atribu\u00eddo para a taxonomia wp_pattern_category.","type":["object","array"],"oneOf":[{"title":"Lista de ID de termos","description":"Combinar os termos com os IDs listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta da taxonomia do ID do termo","description":"Executar uma consulta avan\u00e7a de termos.","type":"object","properties":{"terms":{"description":"IDs dos termos.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"wp_pattern_category":{"description":"Os termos atribu\u00eddos ao post na taxonomia wp_pattern_category.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/blocks"}]}},"\/wp\/v2\/blocks\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Substitui o tamanho padr\u00e3o do resumo.","type":"integer","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"wp_pattern_category":{"description":"Os termos atribu\u00eddos ao post na taxonomia wp_pattern_category.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"O resumo para o post.","type":"object","properties":{"raw":{"description":"Resumo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Resumo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Se o resumo \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false},"wp_pattern_category":{"description":"Os termos atribu\u00eddos ao post na taxonomia wp_pattern_category.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"slug":{"description":"Slug \u00fanico que identifica o modelo.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador de tema para o modelo.","type":"string","required":false},"type":{"description":"Tipo do modelo.","type":"string","required":false},"content":{"description":"Conte\u00fado do modelo.","type":["object","string"],"properties":{"raw":{"description":"Conte\u00fado para o modelo, como existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do bloco de conte\u00fado usado pelo modelo.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo do modelo.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para o modelo, como existe no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o modelo em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descri\u00e7\u00e3o do modelo.","type":"string","required":false},"status":{"description":"Status do modelo.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"O ID do autor para o modelo.","type":"integer","required":false}}}]},"\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/templates":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limitar ao ID do post especificado.","type":"integer","required":false},"area":{"description":"Limitar \u00e0 \u00e1rea de parte de modelo especificada.","type":"string","required":false},"post_type":{"description":"Tipo de post para obter os modelos.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Slug \u00fanico que identifica o modelo.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Identificador de tema para o modelo.","type":"string","required":false},"type":{"description":"Tipo do modelo.","type":"string","required":false},"content":{"default":"","description":"Conte\u00fado do modelo.","type":["object","string"],"properties":{"raw":{"description":"Conte\u00fado para o modelo, como existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do bloco de conte\u00fado usado pelo modelo.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"T\u00edtulo do modelo.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para o modelo, como existe no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o modelo em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Descri\u00e7\u00e3o do modelo.","type":"string","required":false},"status":{"default":"publish","description":"Status do modelo.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"O ID do autor para o modelo.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/templates"}]}},"\/wp\/v2\/templates\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"O slug do modelo para obter o padr\u00e3o para","type":"string","required":true},"is_custom":{"description":"Indica se um modelo \u00e9 personalizado ou faz parte da hierarquia de modelo","type":"boolean","required":false},"template_prefix":{"description":"O prefixo do modelo para o modelo criado. Isso \u00e9 usado para extrair o tipo de modelo principal, por exemplo, em `taxonomia-livros` extrai a `taxonomia`","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/templates\/lookup"}]}},"\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"slug":{"description":"Slug \u00fanico que identifica o modelo.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador de tema para o modelo.","type":"string","required":false},"type":{"description":"Tipo do modelo.","type":"string","required":false},"content":{"description":"Conte\u00fado do modelo.","type":["object","string"],"properties":{"raw":{"description":"Conte\u00fado para o modelo, como existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do bloco de conte\u00fado usado pelo modelo.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo do modelo.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para o modelo, como existe no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o modelo em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descri\u00e7\u00e3o do modelo.","type":"string","required":false},"status":{"description":"Status do modelo.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"O ID do autor para o modelo.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"slug":{"description":"Slug \u00fanico que identifica o modelo.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador de tema para o modelo.","type":"string","required":false},"type":{"description":"Tipo do modelo.","type":"string","required":false},"content":{"description":"Conte\u00fado do modelo.","type":["object","string"],"properties":{"raw":{"description":"Conte\u00fado para o modelo, como existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do bloco de conte\u00fado usado pelo modelo.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo do modelo.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para o modelo, como existe no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o modelo em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descri\u00e7\u00e3o do modelo.","type":"string","required":false},"status":{"description":"Status do modelo.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"O ID do autor para o modelo.","type":"integer","required":false},"area":{"description":"Onde a parte do modelo se destina a uso (cabe\u00e7alho, rodap\u00e9 etc.)","type":"string","required":false}}}]},"\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O id de um modelo","type":"string","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/template-parts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limitar ao ID do post especificado.","type":"integer","required":false},"area":{"description":"Limitar \u00e0 \u00e1rea de parte de modelo especificada.","type":"string","required":false},"post_type":{"description":"Tipo de post para obter os modelos.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Slug \u00fanico que identifica o modelo.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Identificador de tema para o modelo.","type":"string","required":false},"type":{"description":"Tipo do modelo.","type":"string","required":false},"content":{"default":"","description":"Conte\u00fado do modelo.","type":["object","string"],"properties":{"raw":{"description":"Conte\u00fado para o modelo, como existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do bloco de conte\u00fado usado pelo modelo.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"T\u00edtulo do modelo.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para o modelo, como existe no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o modelo em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Descri\u00e7\u00e3o do modelo.","type":"string","required":false},"status":{"default":"publish","description":"Status do modelo.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"O ID do autor para o modelo.","type":"integer","required":false},"area":{"description":"Onde a parte do modelo se destina a uso (cabe\u00e7alho, rodap\u00e9 etc.)","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/template-parts"}]}},"\/wp\/v2\/template-parts\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"O slug do modelo para obter o padr\u00e3o para","type":"string","required":true},"is_custom":{"description":"Indica se um modelo \u00e9 personalizado ou faz parte da hierarquia de modelo","type":"boolean","required":false},"template_prefix":{"description":"O prefixo do modelo para o modelo criado. Isso \u00e9 usado para extrair o tipo de modelo principal, por exemplo, em `taxonomia-livros` extrai a `taxonomia`","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/template-parts\/lookup"}]}},"\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"slug":{"description":"Slug \u00fanico que identifica o modelo.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador de tema para o modelo.","type":"string","required":false},"type":{"description":"Tipo do modelo.","type":"string","required":false},"content":{"description":"Conte\u00fado do modelo.","type":["object","string"],"properties":{"raw":{"description":"Conte\u00fado para o modelo, como existe no banco de dados.","type":"string","context":["view","edit"]},"block_version":{"description":"Vers\u00e3o do formato do bloco de conte\u00fado usado pelo modelo.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo do modelo.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para o modelo, como existe no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o modelo em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descri\u00e7\u00e3o do modelo.","type":"string","required":false},"status":{"description":"Status do modelo.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"O ID do autor para o modelo.","type":"integer","required":false},"area":{"description":"Onde a parte do modelo se destina a uso (cabe\u00e7alho, rodap\u00e9 etc.)","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"O id de um modelo","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false}}}]},"\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID ascendente da revis\u00e3o de estilos globais.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para a revis\u00e3o de estilos globais.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"O identificador do tema","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"O identificador do tema","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"id":{"description":"ID da configura\u00e7\u00e3o de estilos globais.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":false},"args":{"styles":{"description":"Estilos globais.","type":["object"],"required":false},"settings":{"description":"Configura\u00e7\u00f5es globais","type":["object"],"required":false},"title":{"description":"T\u00edtulo da varia\u00e7\u00e3o de estilos globais.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para a varia\u00e7\u00e3o de estilos globais, como no banco de dados.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false}}}]},"\/wp\/v2\/navigation":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit","embed"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit","embed"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/navigation"}]}},"\/wp\/v2\/navigation\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit","embed"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit","embed"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit","embed"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit","embed"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}]},"\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/font-families":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"id","enum":["id","include"],"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"theme_json_version":{"description":"Vers\u00e3o do schema do theme.json utilizado para as configura\u00e7\u00f5es de tipografia.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"declara\u00e7\u00e3o font-family no formato para o theme.json, codificado como uma string.","type":"string","required":true}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/font-families"}]}},"\/wp\/v2\/font-families\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"theme_json_version":{"description":"Vers\u00e3o do schema do theme.json utilizado para as configura\u00e7\u00f5es de tipografia.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"declara\u00e7\u00e3o font-family no formato para o theme.json, codificado como uma string.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"O ID para a fam\u00edlia de fontes ascendente do tipo de fonte.","type":"integer","required":true},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"id","enum":["id","include"],"required":false}}},{"methods":["POST"],"args":{"font_family_id":{"description":"O ID para a fam\u00edlia de fontes ascendente do tipo de fonte.","type":"integer","required":true},"theme_json_version":{"description":"Vers\u00e3o do schema do theme.json utilizado para as configura\u00e7\u00f5es de tipografia.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_face_settings":{"description":"declara\u00e7\u00e3o font-face no formato para o theme.json, codificado como uma string.","type":"string","required":true}}}]},"\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"O ID para a fam\u00edlia de fontes ascendente do tipo de fonte.","type":"integer","required":true},"id":{"description":"Identificador \u00fanico para o tipo de fonte.","type":"integer","required":true},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"font_family_id":{"description":"O ID para a fam\u00edlia de fontes ascendente do tipo de fonte.","type":"integer","required":true},"id":{"description":"Identificador \u00fanico para o tipo de fonte.","type":"integer","required":true},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/tainacan-collection":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limitar resultados para posts com um valor menu_order espec\u00edfico.","type":"integer","required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limitar resultados para itens cujos ascendentes t\u00eam determinados IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar resultados para todos os itens, exceto aqueles de um ID de ascendente em particular.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/tainacan-collection"}]}},"\/wp\/v2\/tainacan-collection\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/tainacan-collection\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/tainacan-collection\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"O ID do item ascendente \u00e0 revis\u00e3o.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico da revis\u00e3o.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, as revis\u00f5es n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/tainacan-collection\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"O ID da imagem destacada para o post.","type":"integer","required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}]},"\/wp\/v2\/tainacan-collection\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/tainacan-taxonomy":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar respostas a posts publicados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar respostas a posts modificados depois de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limitar respostas a posts publicados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar respostas a posts modificados antes de uma determinada data compat\u00edvel com o formato ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limitar resultados para posts com um valor menu_order espec\u00edfico.","type":"integer","required":false},"search_semantics":{"description":"Como interpretar o campo de pesquisa.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limitar resultados para itens cujos ascendentes t\u00eam determinados IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar resultados para todos os itens, exceto aqueles de um ID de ascendente em particular.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar resultados de posts definidos por um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar resultados de posts atribu\u00eddo por um ou mais status.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/tainacan-taxonomy"}]}},"\/wp\/v2\/tainacan-taxonomy\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false}}}]},"\/wp\/v2\/tainacan-taxonomy\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"O ID do ascendente para o post.","type":"integer","required":false},"date":{"description":"Data da publica\u00e7\u00e3o do post, no fuso hor\u00e1rio do site.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"Data que o post foi publicado, em GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o post.","type":"string","required":false},"status":{"description":"Um nome de status para o post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Uma senha para proteger o acesso ao conte\u00fado e resumo.","type":"string","required":false},"title":{"description":"O t\u00edtulo para o post.","type":"object","properties":{"raw":{"description":"T\u00edtulo para o post, como existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo para o post em HTML, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"O conte\u00fado para o post.","type":"object","properties":{"raw":{"description":"Conte\u00fado para o post, como ele existe no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do post, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Vers\u00e3o do formato do conte\u00fado do bloco usado pelo post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Se o conte\u00fado \u00e9 protegido por senha.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"menu_order":{"description":"A ordem do post em rela\u00e7\u00e3o a outros posts.","type":"integer","required":false},"template":{"description":"O arquivo do tema usado para exibir o post.","type":"string","required":false}}}]},"\/wp\/v2\/tainacan-taxonomy\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"O ID do item ascendente ao salvamento autom\u00e1tico.","type":"integer","required":false},"id":{"description":"O ID do salvamento autom\u00e1tico.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/types"}]}},"\/wp\/v2\/types\/(?P<type>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"type":{"description":"Um identificador alfanum\u00e9rico para o tipo de post.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/statuses":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/statuses"}]}},"\/wp\/v2\/statuses\/(?P<status>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Um identificador alfanum\u00e9rico para o status.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/taxonomies":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"type":{"description":"Limitar resultados para taxonomias associadas com um tipo especifico de post.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/taxonomies"}]}},"\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy":{"description":"Um identificador alfanum\u00e9rico para a taxonomia.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/categories":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o por termo de atributo.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Se deseja ocultar termos n\u00e3o atribu\u00eddos a posts.","type":"boolean","default":false,"required":false},"parent":{"description":"Limitar resultados de termos atribu\u00eddos a um ascendente espec\u00edfico.","type":"integer","required":false},"post":{"description":"Limitar resultados de termos atribu\u00eddos a um post espec\u00edfico.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar resultados a termos com um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":true},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"parent":{"description":"ID do termo ascendente.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/categories"}]}},"\/wp\/v2\/categories\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"parent":{"description":"ID do termo ascendente.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, os termos n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/tags":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o por termo de atributo.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Se deseja ocultar termos n\u00e3o atribu\u00eddos a posts.","type":"boolean","default":false,"required":false},"post":{"description":"Limitar resultados de termos atribu\u00eddos a um post espec\u00edfico.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar resultados a termos com um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":true},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/tags"}]}},"\/wp\/v2\/tags\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, os termos n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/menus":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o por termo de atributo.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Se deseja ocultar termos n\u00e3o atribu\u00eddos a posts.","type":"boolean","default":false,"required":false},"post":{"description":"Limitar resultados de termos atribu\u00eddos a um post espec\u00edfico.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar resultados a termos com um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":true},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"locations":{"description":"As localiza\u00e7\u00f5es atribu\u00eddas ao menu.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Se as p\u00e1ginas de n\u00edvel superior ser\u00e3o adicionadas automaticamente a este menu ou n\u00e3o.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/menus"}]}},"\/wp\/v2\/menus\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"locations":{"description":"As localiza\u00e7\u00f5es atribu\u00eddas ao menu.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Se as p\u00e1ginas de n\u00edvel superior ser\u00e3o adicionadas automaticamente a este menu ou n\u00e3o.","type":"boolean","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, os termos n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/wp_pattern_category":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o por termo de atributo.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Se deseja ocultar termos n\u00e3o atribu\u00eddos a posts.","type":"boolean","default":false,"required":false},"post":{"description":"Limitar resultados de termos atribu\u00eddos a um post espec\u00edfico.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar resultados a termos com um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":true},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/wp_pattern_category"}]}},"\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"description":{"description":"Descri\u00e7\u00e3o HTML do recurso.","type":"string","required":false},"name":{"description":"T\u00edtulo em HTML para o termo.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o termo \u00fanico do seu tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o termo.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio ser verdadeiro, os termos n\u00e3o suportam lixeira.","required":false}}}]},"\/wp\/v2\/users":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"default":"asc","description":"Ordenar atributos de forma ascendente ou descendente.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Ordenar cole\u00e7\u00e3o por atributo do usu\u00e1rio.","enum":["id","include","name","registered_date","slug","include_slugs","email","url"],"type":"string","required":false},"slug":{"description":"Limitar resultados a usu\u00e1rios com um ou mais slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"roles":{"description":"Limitar resultados a usu\u00e1rios que tenham pelo menos uma dada fun\u00e7\u00e3o espec\u00edfica. Aceita lista separada por v\u00edrgulas ou uma fun\u00e7\u00e3o apenas.","type":"array","items":{"type":"string"},"required":false},"capabilities":{"description":"Limitar resultados a usu\u00e1rios que tenham pelo menos uma dada capacidade espec\u00edfica. Aceita lista separada por v\u00edrgulas ou uma capacidade apenas.","type":"array","items":{"type":"string"},"required":false},"who":{"description":"Limitar resultados a usu\u00e1rios considerados autores.","type":"string","enum":["authors"],"required":false},"has_published_posts":{"description":"Limitar resultados para usu\u00e1rios que publicaram posts.","type":["boolean","array"],"items":{"type":"string","enum":{"post":"post","page":"page","attachment":"attachment","nav_menu_item":"nav_menu_item","wp_block":"wp_block","wp_template":"wp_template","wp_template_part":"wp_template_part","wp_global_styles":"wp_global_styles","wp_navigation":"wp_navigation","wp_font_family":"wp_font_family","wp_font_face":"wp_font_face","tainacan-collection":"tainacan-collection","tainacan-taxonomy":"tainacan-taxonomy"}},"required":false},"search_columns":{"default":[],"description":"Array de nomes de colunas para serem pesquisadas.","type":"array","items":{"enum":["email","name","id","username","slug"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"username":{"description":"Nome de login para o usu\u00e1rio.","type":"string","required":true},"name":{"description":"Nome de exibi\u00e7\u00e3o para o usu\u00e1rio.","type":"string","required":false},"first_name":{"description":"Nome para o usu\u00e1rio.","type":"string","required":false},"last_name":{"description":"Sobrenome para o usu\u00e1rio.","type":"string","required":false},"email":{"description":"O endere\u00e7o de e-mail para o usu\u00e1rio.","type":"string","format":"email","required":true},"url":{"description":"URL do usu\u00e1rio.","type":"string","format":"uri","required":false},"description":{"description":"Descri\u00e7\u00e3o do usu\u00e1rio.","type":"string","required":false},"locale":{"description":"Localidade para o usu\u00e1rio.","type":"string","enum":["","en_US","pt_BR"],"required":false},"nickname":{"description":"O apelido para o usu\u00e1rio.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o usu\u00e1rio.","type":"string","required":false},"roles":{"description":"Fun\u00e7\u00f5es atribu\u00eddas ao usu\u00e1rio.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Senha para o usu\u00e1rio (nunca incluso).","type":"string","required":true},"meta":{"description":"Campos meta.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"A data e o hor\u00e1rio que as prefer\u00eancias foram atualizadas.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true},"tainacan_prefs":{"type":"string","title":"","description":"Tainacan admin user preferences","default":""}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/users"}]}},"\/wp\/v2\/users\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o usu\u00e1rio.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o usu\u00e1rio.","type":"integer","required":false},"username":{"description":"Nome de login para o usu\u00e1rio.","type":"string","required":false},"name":{"description":"Nome de exibi\u00e7\u00e3o para o usu\u00e1rio.","type":"string","required":false},"first_name":{"description":"Nome para o usu\u00e1rio.","type":"string","required":false},"last_name":{"description":"Sobrenome para o usu\u00e1rio.","type":"string","required":false},"email":{"description":"O endere\u00e7o de e-mail para o usu\u00e1rio.","type":"string","format":"email","required":false},"url":{"description":"URL do usu\u00e1rio.","type":"string","format":"uri","required":false},"description":{"description":"Descri\u00e7\u00e3o do usu\u00e1rio.","type":"string","required":false},"locale":{"description":"Localidade para o usu\u00e1rio.","type":"string","enum":["","en_US","pt_BR"],"required":false},"nickname":{"description":"O apelido para o usu\u00e1rio.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o usu\u00e1rio.","type":"string","required":false},"roles":{"description":"Fun\u00e7\u00f5es atribu\u00eddas ao usu\u00e1rio.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Senha para o usu\u00e1rio (nunca incluso).","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"A data e o hor\u00e1rio que as prefer\u00eancias foram atualizadas.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true},"tainacan_prefs":{"type":"string","title":"","description":"Tainacan admin user preferences","default":""}},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o usu\u00e1rio.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio para ser verdadeiro, como usu\u00e1rios n\u00e3o suporta lixeira.","required":false},"reassign":{"type":"integer","description":"Reatribuir os posts e links do usu\u00e1rio exclu\u00eddo para este ID de usu\u00e1rio.","required":true}}}]},"\/wp\/v2\/users\/me":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"username":{"description":"Nome de login para o usu\u00e1rio.","type":"string","required":false},"name":{"description":"Nome de exibi\u00e7\u00e3o para o usu\u00e1rio.","type":"string","required":false},"first_name":{"description":"Nome para o usu\u00e1rio.","type":"string","required":false},"last_name":{"description":"Sobrenome para o usu\u00e1rio.","type":"string","required":false},"email":{"description":"O endere\u00e7o de e-mail para o usu\u00e1rio.","type":"string","format":"email","required":false},"url":{"description":"URL do usu\u00e1rio.","type":"string","format":"uri","required":false},"description":{"description":"Descri\u00e7\u00e3o do usu\u00e1rio.","type":"string","required":false},"locale":{"description":"Localidade para o usu\u00e1rio.","type":"string","enum":["","en_US","pt_BR"],"required":false},"nickname":{"description":"O apelido para o usu\u00e1rio.","type":"string","required":false},"slug":{"description":"Um identificador alfanum\u00e9rico para o usu\u00e1rio.","type":"string","required":false},"roles":{"description":"Fun\u00e7\u00f5es atribu\u00eddas ao usu\u00e1rio.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Senha para o usu\u00e1rio (nunca incluso).","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"A data e o hor\u00e1rio que as prefer\u00eancias foram atualizadas.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true},"tainacan_prefs":{"type":"string","title":"","description":"Tainacan admin user preferences","default":""}},"required":false}}},{"methods":["DELETE"],"args":{"force":{"type":"boolean","default":false,"description":"Necess\u00e1rio para ser verdadeiro, como usu\u00e1rios n\u00e3o suporta lixeira.","required":false},"reassign":{"type":"integer","description":"Reatribuir os posts e links do usu\u00e1rio exclu\u00eddo para este ID de usu\u00e1rio.","required":true}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/users\/me"}]}},"\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords":{"namespace":"wp\/v2","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"app_id":{"description":"Um UUID fornecido pela aplica\u00e7\u00e3o para identific\u00e1-la de forma \u00fanica. Recomenda-se usar o UUID vers\u00e3o 5 com o URL ou namespace DNS.","type":"string","oneOf":[{"type":"string","format":"uuid"},{"type":"string","enum":[""]}],"required":false},"name":{"description":"O nome da senha da aplica\u00e7\u00e3o.","type":"string","minLength":1,"pattern":".*\\S.*","required":true}}},{"methods":["DELETE"],"args":[]}]},"\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"app_id":{"description":"Um UUID fornecido pela aplica\u00e7\u00e3o para identific\u00e1-la de forma \u00fanica. Recomenda-se usar o UUID vers\u00e3o 5 com o URL ou namespace DNS.","type":"string","oneOf":[{"type":"string","format":"uuid"},{"type":"string","enum":[""]}],"required":false},"name":{"description":"O nome da senha da aplica\u00e7\u00e3o.","type":"string","minLength":1,"pattern":".*\\S.*","required":false}}},{"methods":["DELETE"],"args":[]}]},"\/wp\/v2\/comments":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"after":{"description":"Limitar resposta para coment\u00e1rios publicados depois de uma determinada data compat\u00edvel com a norma ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar resultados a coment\u00e1rios atribu\u00eddos a IDs de usu\u00e1rios espec\u00edficos. Requer autoriza\u00e7\u00e3o.","type":"array","items":{"type":"integer"},"required":false},"author_exclude":{"description":"Garantir que resultados excluir\u00e3o coment\u00e1rios atribu\u00eddos a IDs de usu\u00e1rios espec\u00edficos. Requer autoriza\u00e7\u00e3o.","type":"array","items":{"type":"integer"},"required":false},"author_email":{"default":null,"description":"Limitar resultado para e-mails de autores em especifico. Requer autoriza\u00e7\u00e3o.","format":"email","type":"string","required":false},"before":{"description":"Limitar resposta para coment\u00e1rios publicados antes de uma determinada data compat\u00edvel com a norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do coment\u00e1rio.","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","post","parent","type"],"required":false},"parent":{"default":[],"description":"Limitar resultados para coment\u00e1rios cujos ascendentes t\u00eam determinados IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_exclude":{"default":[],"description":"Garantir que o resultado exclui IDs de ascendentes espec\u00edficos.","type":"array","items":{"type":"integer"},"required":false},"post":{"default":[],"description":"Limitar resultados para coment\u00e1rios atribu\u00eddos para IDs espec\u00edficos de post.","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approve","description":"Limitar resultados para coment\u00e1rios atribu\u00eddos a um status espec\u00edfico. Necessita autoriza\u00e7\u00e3o.","type":"string","required":false},"type":{"default":"comment","description":"Limitar resultados para coment\u00e1rios atribu\u00eddos a um tipo espec\u00edfico. Necessita autoriza\u00e7\u00e3o.","type":"string","required":false},"password":{"description":"A senha para o post se este for protegido por senha.","type":"string","required":false}}},{"methods":["POST"],"args":{"author":{"description":"O ID do usu\u00e1rio do objeto, se o autor for um usu\u00e1rio.","type":"integer","required":false},"author_email":{"description":"Endere\u00e7o e-mail para o autor do coment\u00e1rio.","type":"string","format":"email","required":false},"author_ip":{"description":"Endere\u00e7o IP para o autor do coment\u00e1rio.","type":"string","format":"ip","required":false},"author_name":{"description":"Nome de exibi\u00e7\u00e3o para o autor do coment\u00e1rio.","type":"string","required":false},"author_url":{"description":"URL para o autor do coment\u00e1rio.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"Agente de usu\u00e1rio para o autor do coment\u00e1rio.","type":"string","required":false},"content":{"description":"O conte\u00fado para o coment\u00e1rio.","type":"object","properties":{"raw":{"description":"Conte\u00fado do coment\u00e1rio, tal como est\u00e1 no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do coment\u00e1rio, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"Data da publica\u00e7\u00e3o do coment\u00e1rio, no fuso hor\u00e1rio do site.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"Data da publica\u00e7\u00e3o do coment\u00e1rio, em GMT.","type":"string","format":"date-time","required":false},"parent":{"default":0,"description":"O ID do item ascendente ao coment\u00e1rio.","type":"integer","required":false},"post":{"default":0,"description":"O ID para o post associado ao objeto.","type":"integer","required":false},"status":{"description":"Estado do coment\u00e1rio.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"_wp_note_status":{"type":"string","title":"","description":"Status de resolu\u00e7\u00e3o da nota","default":"","enum":["resolved","reopen"]}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/comments"}]}},"\/wp\/v2\/comments\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Identificador \u00fanico para o coment\u00e1rio.","type":"integer","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"A senha do post ascendente ao coment\u00e1rio (se o post for protegido por senha).","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Identificador \u00fanico para o coment\u00e1rio.","type":"integer","required":false},"author":{"description":"O ID do usu\u00e1rio do objeto, se o autor for um usu\u00e1rio.","type":"integer","required":false},"author_email":{"description":"Endere\u00e7o e-mail para o autor do coment\u00e1rio.","type":"string","format":"email","required":false},"author_ip":{"description":"Endere\u00e7o IP para o autor do coment\u00e1rio.","type":"string","format":"ip","required":false},"author_name":{"description":"Nome de exibi\u00e7\u00e3o para o autor do coment\u00e1rio.","type":"string","required":false},"author_url":{"description":"URL para o autor do coment\u00e1rio.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"Agente de usu\u00e1rio para o autor do coment\u00e1rio.","type":"string","required":false},"content":{"description":"O conte\u00fado para o coment\u00e1rio.","type":"object","properties":{"raw":{"description":"Conte\u00fado do coment\u00e1rio, tal como est\u00e1 no banco de dados.","type":"string","context":["edit"]},"rendered":{"description":"Conte\u00fado HTML do coment\u00e1rio, transformado para exibi\u00e7\u00e3o.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"Data da publica\u00e7\u00e3o do coment\u00e1rio, no fuso hor\u00e1rio do site.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"Data da publica\u00e7\u00e3o do coment\u00e1rio, em GMT.","type":"string","format":"date-time","required":false},"parent":{"description":"O ID do item ascendente ao coment\u00e1rio.","type":"integer","required":false},"post":{"description":"O ID para o post associado ao objeto.","type":"integer","required":false},"status":{"description":"Estado do coment\u00e1rio.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"_wp_note_status":{"type":"string","title":"","description":"Status de resolu\u00e7\u00e3o da nota","default":"","enum":["resolved","reopen"]}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Identificador \u00fanico para o coment\u00e1rio.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Ignorar ou n\u00e3o o envio para a lixeira e for\u00e7ar a exclus\u00e3o.","required":false},"password":{"description":"A senha do post ascendente ao coment\u00e1rio (se o post for protegido por senha).","type":"string","required":false}}}]},"\/wp\/v2\/search":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"type":{"default":"post","description":"Limite os resultados aos itens de um tipo de objeto.","type":"string","enum":["post","term","post-format"],"required":false},"subtype":{"default":"any","description":"Limite os resultados a itens de um ou mais subtipos de objeto.","type":"array","items":{"enum":["post","page","tainacan-collection","tainacan-taxonomy","category","post_tag","any"],"type":"string"},"required":false},"exclude":{"description":"Garantir que o resultado exclua IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar resultados para IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/search"}]}},"\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET","POST"],"args":{"name":{"description":"Nome registrado exclusivo para o bloco.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["edit"],"default":"view","required":false},"attributes":{"description":"Atributos para o bloco.","type":"object","default":[],"required":false},"post_id":{"description":"ID de contexto do post.","type":"integer","required":false}}}]},"\/wp\/v2\/block-types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Namespace do bloco.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/block-types"}]}},"\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Namespace do bloco.","type":"string","required":false}}}]},"\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Nome do bloco.","type":"string","required":false},"namespace":{"description":"Namespace do bloco.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/settings":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"title":{"title":"T\u00edtulo","description":"T\u00edtulo do site.","type":"string","required":false},"description":{"title":"Descri\u00e7\u00e3o","description":"Slogan do site.","type":"string","required":false},"url":{"title":"","description":"URL do site.","type":"string","format":"uri","required":false},"email":{"title":"","description":"Este endere\u00e7o \u00e9 utilizado para administra\u00e7\u00e3o, como notifica\u00e7\u00e3o de novo usu\u00e1rio.","type":"string","format":"email","required":false},"timezone":{"title":"","description":"Uma cidade no mesmo fuso hor\u00e1rio que voc\u00ea.","type":"string","required":false},"date_format":{"title":"","description":"Um formato de data para todos os textos.","type":"string","required":false},"time_format":{"title":"","description":"Um formato de hora para todos os textos.","type":"string","required":false},"start_of_week":{"title":"","description":"N\u00famero do dia da semana em que a semana deve iniciar.","type":"integer","required":false},"language":{"title":"","description":"C\u00f3digo de localiza\u00e7\u00e3o do WordPress.","type":"string","required":false},"use_smilies":{"title":"","description":"Converter emoticons como :-) e :-P em gr\u00e1ficos ao exib\u00ed-los.","type":"boolean","required":false},"default_category":{"title":"","description":"Categoria padr\u00e3o para post.","type":"integer","required":false},"default_post_format":{"title":"","description":"Formato de post padr\u00e3o.","type":"string","required":false},"posts_per_page":{"title":"M\u00e1ximo de posts por p\u00e1gina","description":"As p\u00e1ginas do blog mostram no m\u00e1ximo.","type":"integer","required":false},"show_on_front":{"title":"Mostrar na frente","description":"O que exibir na p\u00e1gina inicial","type":"string","required":false},"page_on_front":{"title":"P\u00e1gina frontal","description":"O ID da p\u00e1gina que deve ser exibida na p\u00e1gina inicial","type":"integer","required":false},"page_for_posts":{"title":"","description":"O ID da p\u00e1gina que deve exibir os posts mais recentes","type":"integer","required":false},"default_ping_status":{"title":"","description":"Permitir avisos de links de outros blogs (pingbacks ou trackbacks) em novos artigos.","type":"string","enum":["open","closed"],"required":false},"default_comment_status":{"title":"Permitir coment\u00e1rios em novas publica\u00e7\u00f5es","description":"Permitir que pessoas enviem coment\u00e1rios em novos posts.","type":"string","enum":["open","closed"],"required":false},"site_logo":{"title":"Logo","description":"Logo do site.","type":"integer","required":false},"site_icon":{"title":"\u00cdcone","description":"\u00cdcone do site.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/settings"}]}},"\/wp\/v2\/themes":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Limitar resultados a temas com um ou mais status atribu\u00eddos.","type":"array","items":{"enum":["active","inactive"],"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/themes"}]}},"\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"stylesheet":{"description":"A folha de estilos do tema. Isso identifica exclusivamente o tema.","type":"string","required":false}}}]},"\/wp\/v2\/plugins":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","required":false},"status":{"description":"Limita os resultados a plugins com o status especificado.","type":"array","items":{"type":"string","enum":["inactive","active"]},"required":false}}},{"methods":["POST"],"args":{"slug":{"type":"string","description":"slug do diret\u00f3rio de plugins do WordPress.org","pattern":"[\\w\\-]+","required":true},"status":{"description":"O status de ativa\u00e7\u00e3o do plugin","type":"string","enum":["inactive","active"],"default":"inactive","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/plugins"}]}},"\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false},"status":{"description":"O status de ativa\u00e7\u00e3o do plugin","type":"string","enum":["inactive","active"],"required":false}}},{"methods":["DELETE"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false}}}]},"\/wp\/v2\/sidebars":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/sidebars"}]}},"\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"O ID de uma barra lateral registrada","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"widgets":{"description":"Widgets aninhados.","type":"array","items":{"type":["object","string"]},"required":false}}}]},"\/wp\/v2\/widget-types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/widget-types"}]}},"\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"O id do tipo de widget.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"O id do tipo de widget.","type":"string","required":true},"instance":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia atual do widget.","type":"object","required":false},"form_data":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia serializados","type":"string","required":false}}}]},"\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"O id do tipo de widget.","type":"string","required":true},"instance":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia atual do widget.","type":"object","required":false}}}]},"\/wp\/v2\/widgets":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"sidebar":{"description":"A barra lateral de onde se deseja retornar os widgets.","type":"string","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o widget.","type":"string","required":false},"id_base":{"description":"O tipo do widget. Corresponde ao ID no endpoint widget-types.","type":"string","required":false},"sidebar":{"default":"wp_inactive_widgets","description":"A barra lateral a que o widget pertence.","type":"string","required":true},"instance":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia do widget, se suportado.","type":"object","properties":{"encoded":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia codificados em Base64.","type":"string","context":["edit"]},"hash":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia em hash criptografado.","type":"string","context":["edit"]},"raw":{"description":"Configura\u00e7\u00f5es n\u00e3o codificadas da inst\u00e2ncia, caso tenha suporte.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"Dados no formato URL-encoded do formul\u00e1rio de administra\u00e7\u00e3o do widget. Usado para atualizar um widget que n\u00e3o permite ser instanciado. Apenas escrita. ","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/widgets"}]}},"\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico para o widget.","type":"string","required":false},"id_base":{"description":"O tipo do widget. Corresponde ao ID no endpoint widget-types.","type":"string","required":false},"sidebar":{"description":"A barra lateral a que o widget pertence.","type":"string","required":false},"instance":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia do widget, se suportado.","type":"object","properties":{"encoded":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia codificados em Base64.","type":"string","context":["edit"]},"hash":{"description":"Configura\u00e7\u00f5es da inst\u00e2ncia em hash criptografado.","type":"string","context":["edit"]},"raw":{"description":"Configura\u00e7\u00f5es n\u00e3o codificadas da inst\u00e2ncia, caso tenha suporte.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"Dados no formato URL-encoded do formul\u00e1rio de administra\u00e7\u00e3o do widget. Usado para atualizar um widget que n\u00e3o permite ser instanciado. Apenas escrita. ","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"force":{"description":"Se deve-se for\u00e7ar a remo\u00e7\u00e3o do widget ou mov\u00ea-lo para a barra lateral inativa.","type":"boolean","required":false}}}]},"\/wp\/v2\/block-directory\/search":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"term":{"description":"Limitar resultados a blocos correspondentes ao termo da pesquisa.","type":"string","minLength":1,"required":true}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/block-directory\/search"}]}},"\/wp\/v2\/pattern-directory\/patterns":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados para aqueles que combinam com um texto.","type":"string","minLength":1,"required":false},"category":{"description":"Limitar resultados para aqueles que combinam com o ID de uma categoria.","type":"integer","minimum":1,"required":false},"keyword":{"description":"Limitar resultados para aqueles que combinam com um ID de palavra-chave.","type":"integer","minimum":1,"required":false},"slug":{"description":"Limitar os resultados para aqueles que combinam com um padr\u00e3o (slug).","type":"array","required":false},"offset":{"description":"Deslocar o resultado para um n\u00famero especifico de itens.","type":"integer","required":false},"order":{"description":"Ordenar atributos de forma ascendente ou descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar cole\u00e7\u00e3o pelo atributo do post.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","favorite_count"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/pattern-directory\/patterns"}]}},"\/wp\/v2\/block-patterns\/patterns":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/block-patterns\/patterns"}]}},"\/wp\/v2\/block-patterns\/categories":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/block-patterns\/categories"}]}},"\/wp-site-health\/v1":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-site-health\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1"}]}},"\/wp-site-health\/v1\/tests\/background-updates":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/tests\/background-updates"}]}},"\/wp-site-health\/v1\/tests\/loopback-requests":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"}]}},"\/wp-site-health\/v1\/tests\/https-status":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/tests\/https-status"}]}},"\/wp-site-health\/v1\/tests\/dotorg-communication":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"}]}},"\/wp-site-health\/v1\/tests\/authorization-header":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"}]}},"\/wp-site-health\/v1\/directory-sizes":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/directory-sizes"}]}},"\/wp-site-health\/v1\/tests\/page-cache":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-site-health\/v1\/tests\/page-cache"}]}},"\/wp-block-editor\/v1":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-block-editor\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-block-editor\/v1"}]}},"\/wp-block-editor\/v1\/url-details":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"O URL a ser processado.","type":"string","format":"uri","required":true}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-block-editor\/v1\/url-details"}]}},"\/wp\/v2\/menu-locations":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/menu-locations"}]}},"\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"Um identificador alfanum\u00e9rico para a localiza\u00e7\u00e3o do menu.","type":"string","required":false},"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp-block-editor\/v1\/export":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-block-editor\/v1\/export"}]}},"\/wp-block-editor\/v1\/navigation-fallback":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-block-editor\/v1\/navigation-fallback"}]}},"\/wp\/v2\/font-collections":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp\/v2\/font-collections"}]}},"\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp-abilities\/v1":{"namespace":"wp-abilities\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-abilities\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-abilities\/v1"}]}},"\/wp-abilities\/v1\/categories":{"namespace":"wp-abilities\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-abilities\/v1\/categories"}]}},"\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)":{"namespace":"wp-abilities\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Identificador \u00fanico da categoria da habilidade.","type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","required":false}}}]},"\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run":{"namespace":"wp-abilities\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":{"name":{"description":"Identificador \u00fanico para a habilidade.","type":"string","pattern":"^[a-zA-Z0-9\\-\\\/]+$","required":false},"input":{"description":"Par\u00e2metros da execu\u00e7\u00e3o da habilidade.","type":["integer","number","boolean","string","array","object","null"],"default":null,"required":false}}}]},"\/wp-abilities\/v1\/abilities":{"namespace":"wp-abilities\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Escopo sob qual a requisi\u00e7\u00e3o \u00e9 feita, determina os campos presentes na resposta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina atual da cole\u00e7\u00e3o.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de itens retornados no resultado.","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"category":{"description":"Limita os resultados \u00e0s habilidades em uma categoria de habilidade espec\u00edfica.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/oiapoque.museudoindio.gov.br\/wp-json\/wp-abilities\/v1\/abilities"}]}},"\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)":{"namespace":"wp-abilities\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Identificador \u00fanico para a habilidade.","type":"string","pattern":"^[a-zA-Z0-9\\-\\\/]+$","required":false}}}]}},"site_logo":0,"site_icon":0,"site_icon_url":"","_links":{"help":[{"href":"https:\/\/developer.wordpress.org\/rest-api\/"}]}}