{"name":"I.P.E.S. &quot;Florentino Ameghino&quot;","description":"","url":"https:\/\/ipesfa-ushuaia.edu.ar","home":"https:\/\/ipesfa-ushuaia.edu.ar","gmt_offset":"-3","timezone_string":"","namespaces":["oembed\/1.0","tainacan\/v2","sugar-calendar\/setup-wizard\/v1","hub-connector\/v1","wpmudev_blc\/v1","wp\/v2","wp-site-health\/v1","wp-block-editor\/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-admin\/authorize-application.php"}}},"routes":{"\/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/oembed\/1.0"}]}},"\/oembed\/1.0\/embed":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"La URL del recurso del que recuperar los datos oEmbed.","type":"string","format":"uri","required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/oembed\/1.0\/embed"}]}},"\/oembed\/1.0\/proxy":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"La URL del recurso del que recuperar los datos oEmbed.","type":"string","format":"uri","required":true},"format":{"description":"El formato oEmbed a us\u00e1r.","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"El ancho m\u00e1ximo del marco de incrustaci\u00f3n en p\u00edxeles.","type":"integer","default":600,"required":false},"maxheight":{"description":"La altura m\u00e1xima del marco de incrustaci\u00f3n en p\u00edxeles.","type":"integer","required":false},"discover":{"description":"Si se realizar\u00e1 una petici\u00f3n de descubrimiento de oEmbed a proveedores no sancionados.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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","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","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","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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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","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","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","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:\/\/ipesfa-ushuaia.edu.ar\/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","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:\/\/ipesfa-ushuaia.edu.ar\/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","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},"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","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},"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","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},"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:\/\/ipesfa-ushuaia.edu.ar\/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","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},"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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/tainacan\/v2\/importers\/available"}]}},"\/tainacan\/v2\/exporters\/available":{"namespace":"tainacan\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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","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:\/\/ipesfa-ushuaia.edu.ar\/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","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","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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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","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","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","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","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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/tainacan\/v2\/bg-processes\/file"}]}},"\/sugar-calendar\/setup-wizard\/v1":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"sugar-calendar\/setup-wizard\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1"}]}},"\/sugar-calendar\/setup-wizard\/v1\/hydrate":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/hydrate"}]}},"\/sugar-calendar\/setup-wizard\/v1\/tec-import":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/tec-import"}]}},"\/sugar-calendar\/setup-wizard\/v1\/update":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/update"}]}},"\/sugar-calendar\/setup-wizard\/v1\/stripe-connect":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/stripe-connect"}]}},"\/sugar-calendar\/setup-wizard\/v1\/verify-license":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/verify-license"}]}},"\/sugar-calendar\/setup-wizard\/v1\/deactivate-license":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/deactivate-license"}]}},"\/sugar-calendar\/setup-wizard\/v1\/lite-upgrade":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/lite-upgrade"}]}},"\/sugar-calendar\/setup-wizard\/v1\/install-plugins":{"namespace":"sugar-calendar\/setup-wizard\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/sugar-calendar\/setup-wizard\/v1\/install-plugins"}]}},"\/hub-connector\/v1":{"namespace":"hub-connector\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"hub-connector\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/hub-connector\/v1"}]}},"\/hub-connector\/v1\/sync":{"namespace":"hub-connector\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"force":{"description":"Should do a force sync.","type":"boolean","default":false,"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/hub-connector\/v1\/sync"}]}},"\/hub-connector\/v1\/logout":{"namespace":"hub-connector\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/hub-connector\/v1\/logout"}]}},"\/wpmudev_blc\/v1":{"namespace":"wpmudev_blc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wpmudev_blc\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wpmudev_blc\/v1"}]}},"\/wpmudev_blc\/v1\/avatars":{"namespace":"wpmudev_blc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wpmudev_blc\/v1\/avatars"}]}},"\/wpmudev_blc\/v1\/scan":{"namespace":"wpmudev_blc\/v1","methods":["POST","PUT","PATCH"],"endpoints":[{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wpmudev_blc\/v1\/scan"}]}},"\/wpmudev_blc\/v1\/settings":{"namespace":"wpmudev_blc\/v1","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":[]}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wpmudev_blc\/v1\/settings"}]}},"\/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:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2"}]}},"\/wp\/v2\/posts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Aseg\u00fara que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"Limita el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.","type":"string","enum":["AND","OR"],"required":false},"categories":{"description":"Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda categories.","type":["object","array"],"oneOf":[{"title":"Lista de ID de t\u00e9rminos","description":"Emparejar los t\u00e9rminos con los ID listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta de la taxonom\u00eda del ID del t\u00e9rmino","description":"Realizar una consulta avanzada de t\u00e9rminos.","type":"object","properties":{"terms":{"description":"ID de los t\u00e9rminos.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Si incluir los t\u00e9rminos hijos en los t\u00e9rminos que limitan el conjunto de resultados.","type":"boolean","default":false},"operator":{"description":"Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"categories_exclude":{"description":"Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda categories.","type":["object","array"],"oneOf":[{"title":"Lista de ID de t\u00e9rminos","description":"Emparejar los t\u00e9rminos con los ID listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta de la taxonom\u00eda del ID del t\u00e9rmino","description":"Realizar una consulta avanzada de t\u00e9rminos.","type":"object","properties":{"terms":{"description":"ID de los t\u00e9rminos.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Si incluir los t\u00e9rminos hijos en los t\u00e9rminos que limitan el conjunto de resultados.","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"tags":{"description":"Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda tags.","type":["object","array"],"oneOf":[{"title":"Lista de ID de t\u00e9rminos","description":"Emparejar los t\u00e9rminos con los ID listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta de la taxonom\u00eda del ID del t\u00e9rmino","description":"Realizar una consulta avanzada de t\u00e9rminos.","type":"object","properties":{"terms":{"description":"ID de los t\u00e9rminos.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"tags_exclude":{"description":"Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda tags.","type":["object","array"],"oneOf":[{"title":"Lista de ID de t\u00e9rminos","description":"Emparejar los t\u00e9rminos con los ID listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta de la taxonom\u00eda del ID del t\u00e9rmino","description":"Realizar una consulta avanzada de t\u00e9rminos.","type":"object","properties":{"terms":{"description":"ID de los t\u00e9rminos.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"sticky":{"description":"Limitar el conjunto de resultados a elementos que sean fijos.","type":"boolean","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"excerpt":{"description":"El extracto de la entrada.","type":"object","properties":{"raw":{"description":"Extracto para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Si el extracto est\u00e1 protegido con una contrase\u00f1a.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"El formato de la entrada.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"sticky":{"description":"Sea o no la entrada debe ser tratada como fija.","type":"boolean","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false},"categories":{"description":"Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"excerpt":{"description":"El extracto de la entrada.","type":"object","properties":{"raw":{"description":"Extracto para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Si el extracto est\u00e1 protegido con una contrase\u00f1a.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"El formato de la entrada.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"sticky":{"description":"Sea o no la entrada debe ser tratada como fija.","type":"boolean","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false},"categories":{"description":"Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de 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":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"excerpt":{"description":"El extracto de la entrada.","type":"object","properties":{"raw":{"description":"Extracto para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Si el extracto est\u00e1 protegido con una contrase\u00f1a.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"El formato de la entrada.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"sticky":{"description":"Sea o no la entrada debe ser tratada como fija.","type":"boolean","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false},"categories":{"description":"Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda 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":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Aseg\u00fara que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limita los resultados a entradas con un valor espec\u00edfico menu_order.","type":"integer","required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limitar los resultados a los que tengan IDs superiores concretos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar los resultados a todos los elementos excepto aquellos con un ID padre espec\u00edfico.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"excerpt":{"description":"El extracto de la entrada.","type":"object","properties":{"raw":{"description":"Extracto para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Si el extracto est\u00e1 protegido con una contrase\u00f1a.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"excerpt":{"description":"El extracto de la entrada.","type":"object","properties":{"raw":{"description":"Extracto para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Si el extracto est\u00e1 protegido con una contrase\u00f1a.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de 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":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"excerpt":{"description":"El extracto de la entrada.","type":"object","properties":{"raw":{"description":"Extracto para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Si el extracto est\u00e1 protegido con una contrase\u00f1a.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","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":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Aseg\u00fara que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"Limitar los resultados a los que tengan IDs superiores concretos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar los resultados a todos los elementos excepto aquellos con un ID padre espec\u00edfico.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"inherit","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","type":"array","items":{"enum":["inherit","private","trash"],"type":"string"},"required":false},"media_type":{"default":null,"description":"Limitar el conjunto de resultados a adjuntos de un tipo de medio en particular.","type":"string","enum":["image","video","text","application","audio"],"required":false},"mime_type":{"default":null,"description":"Limitar el conjunto de resultados a adjuntos de un tipo MIME en particular.","type":"string","required":false}}},{"methods":["POST"],"args":{"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false},"alt_text":{"description":"Texto alternativo a mostrar cuando no se muestra el adjunto.","type":"string","required":false},"caption":{"description":"Leyenda del adjunto.","type":"object","properties":{"raw":{"description":"Leyenda del adjunto, si existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descripci\u00f3n del adjunto","type":"object","properties":{"raw":{"description":"Descripci\u00f3n del adjunto tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"El ID de las entradas a las que est\u00e1 asociado el adjunto.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"El ID del autor de la entrada.","type":"integer","required":false},"comment_status":{"description":"Si los comentarios est\u00e1n abiertos en la entrada o no.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Si se puede hacer ping la entrada o no.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false},"alt_text":{"description":"Texto alternativo a mostrar cuando no se muestra el adjunto.","type":"string","required":false},"caption":{"description":"Leyenda del adjunto.","type":"object","properties":{"raw":{"description":"Leyenda del adjunto, si existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descripci\u00f3n del adjunto","type":"object","properties":{"raw":{"description":"Descripci\u00f3n del adjunto tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"El ID de las entradas a las que est\u00e1 asociado el adjunto.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Identificador \u00fanico para el adjunto.","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 al archivo de la imagen editada.","type":"string","format":"uri","required":true},"modifiers":{"description":"Array de las ediciones de la imagen.","type":"array","minItems":1,"items":{"description":"Edici\u00f3n de im\u00e1genes.","type":"object","required":["type","args"],"oneOf":[{"title":"Rotaci\u00f3n","properties":{"type":{"description":"Tipo de rotaci\u00f3n.","type":"string","enum":["rotate"]},"args":{"description":"Argumentos de rotaci\u00f3n.","type":"object","required":["angle"],"properties":{"angle":{"description":"\u00c1ngulo a rotar en el sentido de las agujas del reloj en grados.","type":"number"}}}}},{"title":"Recortar","properties":{"type":{"description":"Tipo de recorte.","type":"string","enum":["crop"]},"args":{"description":"Argumentos de recorte.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"Posici\u00f3n horizontal desde la izquierda para iniciar el recorte como un porcentaje del ancho de la imagen.","type":"number"},"top":{"description":"Posici\u00f3n vertical desde la parte superior para iniciar el recorte como un porcentaje de la altura de la imagen.","type":"number"},"width":{"description":"Ancho del recorte como un porcentaje del ancho de la imagen.","type":"number"},"height":{"description":"Altura del recorte como un porcentaje de la altura de la imagen.","type":"number"}}}}}]},"required":false},"rotation":{"description":"La cantidad a girar la imagen en el sentido de las agujas del reloj en grados. OBSOLETO: Usa `modifiers` en su lugar.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true,"required":false},"x":{"description":"Como un porcentaje de la imagen, la posici\u00f3n del eje X desde la que iniciar el recorte. OBSOLETO: Usa `modifiers` en su lugar.","type":"number","minimum":0,"maximum":100,"required":false},"y":{"description":"Como un porcentaje de la imagen, la posici\u00f3n del eje Y desde la que iniciar el recorte. OBSOLETO: Usa `modifiers` en su lugar.","type":"number","minimum":0,"maximum":100,"required":false},"width":{"description":"Como un porcentaje de la imagen, el ancho al que recortar la imagen. OBSOLETO: Usa `modifiers` en su lugar.","type":"number","minimum":0,"maximum":100,"required":false},"height":{"description":"Como un porcentaje de la imagen, la altura a la que recortar la imagen. OBSOLETO: Usa `modifiers` en su lugar.","type":"number","minimum":0,"maximum":100,"required":false}}}]},"\/wp\/v2\/menu-items":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de 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 nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"Limita el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.","type":"string","enum":["AND","OR"],"required":false},"menus":{"description":"Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda menus.","type":["object","array"],"oneOf":[{"title":"Lista de ID de t\u00e9rminos","description":"Emparejar los t\u00e9rminos con los ID listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta de la taxonom\u00eda del ID del t\u00e9rmino","description":"Realizar una consulta avanzada de t\u00e9rminos.","type":"object","properties":{"terms":{"description":"ID de los t\u00e9rminos.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"menus_exclude":{"description":"Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda menus.","type":["object","array"],"oneOf":[{"title":"Lista de ID de t\u00e9rminos","description":"Emparejar los t\u00e9rminos con los ID listados.","type":"array","items":{"type":"integer"}},{"title":"Consulta de la taxonom\u00eda del ID del t\u00e9rmino","description":"Realizar una consulta avanzada de t\u00e9rminos.","type":"object","properties":{"terms":{"description":"ID de los t\u00e9rminos.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"menu_order":{"description":"Limita los resultados a entradas con un valor espec\u00edfico menu_order.","type":"integer","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"title":{"description":"El t\u00edtulo para el objeto.","type":["string","object"],"properties":{"raw":{"description":"T\u00edtulo para el objeto, tal y como est\u00e1 en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"default":"custom","description":"La familia de objetos representada originalmente, como \"post_type\" o \"taxonom\u00eda\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"default":"publish","description":"Un nombre de estado para el objeto.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"default":0,"description":"El ID del superior del objeto.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.","type":"string","required":false},"classes":{"description":"Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"La descripci\u00f3n de este elemento del men\u00fa.","type":"string","required":false},"menu_order":{"default":1,"description":"El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.","type":"integer","minimum":1,"required":false},"object":{"description":"El tipo de objeto representado originalmente, tal como \u201ccategor\u00eda\u201d, \u201centrada\u201d o \u201cadjunto\u201d.","type":"string","required":false},"object_id":{"default":0,"description":"El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.","type":"integer","minimum":0,"required":false},"target":{"description":"El atributo de destino del elemento del enlace de este elemento del men\u00fa.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"La URL a la que apunta este elemento del men\u00fa.","type":"string","format":"uri","required":false},"xfn":{"description":"La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para el objeto.","type":["string","object"],"properties":{"raw":{"description":"T\u00edtulo para el objeto, tal y como est\u00e1 en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"La familia de objetos representada originalmente, como \"post_type\" o \"taxonom\u00eda\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Un nombre de estado para el objeto.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"description":"El ID del superior del objeto.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.","type":"string","required":false},"classes":{"description":"Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"La descripci\u00f3n de este elemento del men\u00fa.","type":"string","required":false},"menu_order":{"description":"El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.","type":"integer","minimum":1,"required":false},"object":{"description":"El tipo de objeto representado originalmente, tal como \u201ccategor\u00eda\u201d, \u201centrada\u201d o \u201cadjunto\u201d.","type":"string","required":false},"object_id":{"description":"El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.","type":"integer","minimum":0,"required":false},"target":{"description":"El atributo de destino del elemento del enlace de este elemento del men\u00fa.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"La URL a la que apunta este elemento del men\u00fa.","type":"string","format":"uri","required":false},"xfn":{"description":"La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Los t\u00e9rminos asignados al objeto en la taxonom\u00eda 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 de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID del superior del objeto.","type":"integer","minimum":0,"required":false},"title":{"description":"El t\u00edtulo para el objeto.","type":["string","object"],"properties":{"raw":{"description":"T\u00edtulo para el objeto, tal y como est\u00e1 en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"La familia de objetos representada originalmente, como \"post_type\" o \"taxonom\u00eda\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"Un nombre de estado para el objeto.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"attr_title":{"description":"Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.","type":"string","required":false},"classes":{"description":"Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"La descripci\u00f3n de este elemento del men\u00fa.","type":"string","required":false},"menu_order":{"description":"El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.","type":"integer","minimum":1,"required":false},"object":{"description":"El tipo de objeto representado originalmente, tal como \u201ccategor\u00eda\u201d, \u201centrada\u201d o \u201cadjunto\u201d.","type":"string","required":false},"object_id":{"description":"El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.","type":"integer","minimum":0,"required":false},"target":{"description":"El atributo de destino del elemento del enlace de este elemento del men\u00fa.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"La URL a la que apunta este elemento del men\u00fa.","type":"string","format":"uri","required":false},"xfn":{"description":"La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"Los t\u00e9rminos asignados al objeto en la taxonom\u00eda 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":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de 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":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}}]},"\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limitar al ID de entrada especificado.","type":"integer","required":false},"area":{"description":"Limitar al \u00e1rea de la parte especificada de la plantilla.","type":"string","required":false},"post_type":{"description":"Tipo de contenido para el que obtener las plantillas.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Slug \u00fanico que identifica la plantilla.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Identificador del tema para la plantilla.","type":"string","required":false},"type":{"description":"Tipo de plantilla.","type":"string","required":false},"content":{"default":"","description":"Contenido de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"Contenido para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la plantilla.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"T\u00edtulo de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Descripci\u00f3n de la plantilla.","type":"string","required":false},"status":{"default":"publish","description":"Estado de la plantilla.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"El ID del autor de la plantilla.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/templates"}]}},"\/wp\/v2\/templates\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"El slug de la plantilla para obtener el respaldo para","type":"string","required":true},"is_custom":{"description":"Indic\u00e1 si es una plantilla personalizada o forma parte de la jerarqu\u00eda de plantillas","type":"boolean","required":false},"template_prefix":{"description":"El prefijo de la plantilla para la plantilla creada. Se usa para extraer el tipo de plantilla principal, p. ej. en `taxonomia-libros` extrae `taxonomia`","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"El id de una plantilla","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"El id de una plantilla","type":"string","required":false},"slug":{"description":"Slug \u00fanico que identifica la plantilla.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador del tema para la plantilla.","type":"string","required":false},"type":{"description":"Tipo de plantilla.","type":"string","required":false},"content":{"description":"Contenido de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"Contenido para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la plantilla.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descripci\u00f3n de la plantilla.","type":"string","required":false},"status":{"description":"Estado de la plantilla.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"El ID del autor de la plantilla.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"El id de una plantilla","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/templates\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"slug":{"description":"Slug \u00fanico que identifica la plantilla.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador del tema para la plantilla.","type":"string","required":false},"type":{"description":"Tipo de plantilla.","type":"string","required":false},"content":{"description":"Contenido de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"Contenido para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la plantilla.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descripci\u00f3n de la plantilla.","type":"string","required":false},"status":{"description":"Estado de la plantilla.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"El ID del autor de la plantilla.","type":"integer","required":false}}}]},"\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limitar al ID de entrada especificado.","type":"integer","required":false},"area":{"description":"Limitar al \u00e1rea de la parte especificada de la plantilla.","type":"string","required":false},"post_type":{"description":"Tipo de contenido para el que obtener las plantillas.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Slug \u00fanico que identifica la plantilla.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Identificador del tema para la plantilla.","type":"string","required":false},"type":{"description":"Tipo de plantilla.","type":"string","required":false},"content":{"default":"","description":"Contenido de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"Contenido para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la plantilla.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"T\u00edtulo de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Descripci\u00f3n de la plantilla.","type":"string","required":false},"status":{"default":"publish","description":"Estado de la plantilla.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"El ID del autor de la plantilla.","type":"integer","required":false},"area":{"description":"D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/template-parts"}]}},"\/wp\/v2\/template-parts\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"El slug de la plantilla para obtener el respaldo para","type":"string","required":true},"is_custom":{"description":"Indic\u00e1 si es una plantilla personalizada o forma parte de la jerarqu\u00eda de plantillas","type":"boolean","required":false},"template_prefix":{"description":"El prefijo de la plantilla para la plantilla creada. Se usa para extraer el tipo de plantilla principal, p. ej. en `taxonomia-libros` extrae `taxonomia`","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"El id de una plantilla","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"El id de una plantilla","type":"string","required":false},"slug":{"description":"Slug \u00fanico que identifica la plantilla.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador del tema para la plantilla.","type":"string","required":false},"type":{"description":"Tipo de plantilla.","type":"string","required":false},"content":{"description":"Contenido de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"Contenido para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la plantilla.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descripci\u00f3n de la plantilla.","type":"string","required":false},"status":{"description":"Estado de la plantilla.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"El ID del autor de la plantilla.","type":"integer","required":false},"area":{"description":"D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"El id de una plantilla","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de objeto.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"slug":{"description":"Slug \u00fanico que identifica la plantilla.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Identificador del tema para la plantilla.","type":"string","required":false},"type":{"description":"Tipo de plantilla.","type":"string","required":false},"content":{"description":"Contenido de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"Contenido para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit"]},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la plantilla.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"T\u00edtulo de la plantilla.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la plantilla, tal como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Descripci\u00f3n de la plantilla.","type":"string","required":false},"status":{"description":"Estado de la plantilla.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"El ID del autor de la plantilla.","type":"integer","required":false},"area":{"description":"D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)","type":"string","required":false}}}]},"\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/navigation":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de 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":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","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":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/tainacan-collection":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limita los resultados a entradas con un valor espec\u00edfico menu_order.","type":"integer","required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limitar los resultados a los que tengan IDs superiores concretos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar los resultados a todos los elementos excepto aquellos con un ID padre espec\u00edfico.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/tainacan-collection\/(?P<parent>[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de 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":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"El ID del padre de la revisi\u00f3n.","type":"integer","required":false},"id":{"description":"Identificador \u00fanico para la revisi\u00f3n.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que las revisiones no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/tainacan-collection\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"El ID de la imagen destacada para la entrada.","type":"integer","required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","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":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"before":{"description":"Limita la respuesta a entradas publicadas antes de  una fecha dada compatible con ISO9601.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limita los resultados a entradas con un valor espec\u00edfico menu_order.","type":"integer","required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limitar los resultados a los que tengan IDs superiores concretos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limitar los resultados a todos los elementos excepto aquellos con un ID padre espec\u00edfico.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array de nombres de columnas que se van a buscar.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.","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":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 de la entrada.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico de la entrada.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false}}}]},"\/wp\/v2\/tainacan-taxonomy\/(?P<id>[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"El ID del superior de la entrada.","type":"integer","required":false},"date":{"description":"La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que la entrada fue publicada, como GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico para la entrada \u00fanico para su tipo.","type":"string","required":false},"status":{"description":"Un nombre de estado para la entrada.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"Una contrase\u00f1a para proteger el acceso al contenido y al extracto.","type":"string","required":false},"title":{"description":"El t\u00edtulo para la entrada.","type":"object","properties":{"raw":{"description":"T\u00edtulo para la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"El contenido para la entrada.","type":"object","properties":{"raw":{"description":"Contenido de la entrada tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Versi\u00f3n del formato del bloque de contenido usado por la entrada.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Si el contenido est\u00e1 protegido con contrase\u00f1a o no.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"menu_order":{"description":"El orden de la entrada en relaci\u00f3n con otras entradas.","type":"integer","required":false},"template":{"description":"El archivo del tema a usar para mostrar la entrada.","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":"El ID para el superior del guardado autom\u00e1tico.","type":"integer","required":false},"id":{"description":"El ID para el guardado autom\u00e1tico.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/types"}]}},"\/wp\/v2\/types\/(?P<type>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"type":{"description":"Un identificador alfanum\u00e9rico del tipo de contenido.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/statuses":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/statuses"}]}},"\/wp\/v2\/statuses\/(?P<status>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Un identificador alfanum\u00e9rico del estado.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/taxonomies":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"type":{"description":"Limita los resultados a taxonom\u00edas asociadas con un tipo de contenido espec\u00edfico.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/taxonomies"}]}},"\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy":{"description":"Un identificador alfanum\u00e9rico de la taxonom\u00eda.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.","type":"boolean","default":false,"required":false},"parent":{"description":"Limita el resultado a t\u00e9rminos asignados a un superior espec\u00edfico.","type":"integer","required":false},"post":{"description":"Limita el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":true},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"parent":{"description":"Identificador del t\u00e9rmino superior.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 del t\u00e9rmino.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"parent":{"description":"Identificador del t\u00e9rmino superior.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/tags":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.","type":"boolean","default":false,"required":false},"post":{"description":"Limita el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":true},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 del t\u00e9rmino.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este 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 del t\u00e9rmino.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/menus":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.","type":"boolean","default":false,"required":false},"post":{"description":"Limita el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":true},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"locations":{"description":"Las ubicaciones asignadas al men\u00fa.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Si quer\u00e9s agregar autom\u00e1ticamente las p\u00e1ginas de nivel superior a este men\u00fa.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 del t\u00e9rmino.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false},"locations":{"description":"Las ubicaciones asignadas al men\u00fa.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Si quer\u00e9s agregar autom\u00e1ticamente las p\u00e1ginas de nivel superior a este men\u00fa.","type":"boolean","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/sc_event_category":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.","type":"boolean","default":false,"required":false},"parent":{"description":"Limita el resultado a t\u00e9rminos asignados a un superior espec\u00edfico.","type":"integer","required":false},"post":{"description":"Limita el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":true},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"parent":{"description":"Identificador del t\u00e9rmino superior.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/sc_event_category"}]}},"\/wp\/v2\/sc_event_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 del t\u00e9rmino.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"parent":{"description":"Identificador del t\u00e9rmino superior.","type":"integer","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/sc_event_tags":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.","type":"boolean","default":false,"required":false},"post":{"description":"Limita el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.","type":"integer","default":null,"required":false},"slug":{"description":"Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":true},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este tipo.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/sc_event_tags"}]}},"\/wp\/v2\/sc_event_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 del t\u00e9rmino.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del t\u00e9rmino.","type":"integer","required":false},"description":{"description":"Descripci\u00f3n HTML del t\u00e9rmino.","type":"string","required":false},"name":{"description":"T\u00edtulo HTML del t\u00e9rmino.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del t\u00e9rmino \u00fanico de este 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 del t\u00e9rmino.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.","required":false}}}]},"\/wp\/v2\/users":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"default":"asc","description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Ordenar la colecci\u00f3n por el atributo del usuario.","enum":["id","include","name","registered_date","slug","include_slugs","email","url"],"type":"string","required":false},"slug":{"description":"Limitar el resultado a usuarios con uno o m\u00e1s slugs espec\u00edficos.","type":"array","items":{"type":"string"},"required":false},"roles":{"description":"Limita el resultado a usuarios que se ajusten al menos a un perfil espec\u00edfico facilitado. Acepta listas en csv o un solo perfil.","type":"array","items":{"type":"string"},"required":false},"capabilities":{"description":"Limita el conjunto de resultados a usuarios que coincidan, al menos, con una capacidad espec\u00edfica proporcionada. Acepta listas en CSV o una \u00fanica capacidad.","type":"array","items":{"type":"string"},"required":false},"who":{"description":"Limitar el resultado a usuarios considerados autores.","type":"string","enum":["authors"],"required":false},"has_published_posts":{"description":"Limita el conjunto de resultados a los usuarios tienen entradas publicadas.","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_navigation":"wp_navigation","tainacan-collection":"tainacan-collection","tainacan-taxonomy":"tainacan-taxonomy"}},"required":false}}},{"methods":["POST"],"args":{"username":{"description":"Nombre de inicio de sesi\u00f3n del usuario.","type":"string","required":true},"name":{"description":"Muestra el nombre del usuario.","type":"string","required":false},"first_name":{"description":"Nombre del usuario.","type":"string","required":false},"last_name":{"description":"Apellidos del usuario.","type":"string","required":false},"email":{"description":"La direcci\u00f3n de correo electr\u00f3nico del usuario.","type":"string","format":"email","required":true},"url":{"description":"Enlace del usuario.","type":"string","format":"uri","required":false},"description":{"description":"Descripci\u00f3n del usuario.","type":"string","required":false},"locale":{"description":"Configuraci\u00f3n local del usuario.","type":"string","enum":["","en_US","ar","es_AR","es_CL","es_ES"],"required":false},"nickname":{"description":"Alias del usuario.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del usuario.","type":"string","required":false},"roles":{"description":"Perfiles asignados al usuario.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Contrase\u00f1a del usuario (no incluida).","type":"string","required":true},"meta":{"description":"Campos meta.","type":"object","properties":{"persisted_preferences":{"type":"object","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"La fecha y hora en que se actualizaron las preferencias.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true},"tainacan_prefs":{"type":"string","description":"Tainacan admin user preferences","default":""}},"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/users"}]}},"\/wp\/v2\/users\/(?P<id>[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Identificador \u00fanico del usuario.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Identificador \u00fanico del usuario.","type":"integer","required":false},"username":{"description":"Nombre de inicio de sesi\u00f3n del usuario.","type":"string","required":false},"name":{"description":"Muestra el nombre del usuario.","type":"string","required":false},"first_name":{"description":"Nombre del usuario.","type":"string","required":false},"last_name":{"description":"Apellidos del usuario.","type":"string","required":false},"email":{"description":"La direcci\u00f3n de correo electr\u00f3nico del usuario.","type":"string","format":"email","required":false},"url":{"description":"Enlace del usuario.","type":"string","format":"uri","required":false},"description":{"description":"Descripci\u00f3n del usuario.","type":"string","required":false},"locale":{"description":"Configuraci\u00f3n local del usuario.","type":"string","enum":["","en_US","ar","es_AR","es_CL","es_ES"],"required":false},"nickname":{"description":"Alias del usuario.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del usuario.","type":"string","required":false},"roles":{"description":"Perfiles asignados al usuario.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Contrase\u00f1a del usuario (no incluida).","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"persisted_preferences":{"type":"object","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"La fecha y hora en que se actualizaron las preferencias.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true},"tainacan_prefs":{"type":"string","description":"Tainacan admin user preferences","default":""}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Identificador \u00fanico del usuario.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los usuarios no son compatibles con el env\u00edo a la papelera.","required":false},"reassign":{"type":"integer","description":"Reasignando las entradas y los enlaces del usuario borrado a la ID de ese usuario.","required":true}}}]},"\/wp\/v2\/users\/me":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"username":{"description":"Nombre de inicio de sesi\u00f3n del usuario.","type":"string","required":false},"name":{"description":"Muestra el nombre del usuario.","type":"string","required":false},"first_name":{"description":"Nombre del usuario.","type":"string","required":false},"last_name":{"description":"Apellidos del usuario.","type":"string","required":false},"email":{"description":"La direcci\u00f3n de correo electr\u00f3nico del usuario.","type":"string","format":"email","required":false},"url":{"description":"Enlace del usuario.","type":"string","format":"uri","required":false},"description":{"description":"Descripci\u00f3n del usuario.","type":"string","required":false},"locale":{"description":"Configuraci\u00f3n local del usuario.","type":"string","enum":["","en_US","ar","es_AR","es_CL","es_ES"],"required":false},"nickname":{"description":"Alias del usuario.","type":"string","required":false},"slug":{"description":"Un identificador alfanum\u00e9rico del usuario.","type":"string","required":false},"roles":{"description":"Perfiles asignados al usuario.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Contrase\u00f1a del usuario (no incluida).","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":{"persisted_preferences":{"type":"object","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"La fecha y hora en que se actualizaron las preferencias.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true},"tainacan_prefs":{"type":"string","description":"Tainacan admin user preferences","default":""}},"required":false}}},{"methods":["DELETE"],"args":{"force":{"type":"boolean","default":false,"description":"Se requiere que sea true, ya que los usuarios no son compatibles con el env\u00edo a la papelera.","required":false},"reassign":{"type":"integer","description":"Reasignando las entradas y los enlaces del usuario borrado a la ID de ese usuario.","required":true}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"app_id":{"description":"Un UUID proporcionado por la aplicaci\u00f3n para identificarla de forma \u00fanica. Se recomienda usar un UUID v5 con la URL o el espacio de nombres DNS.","type":"string","format":"uuid","required":false},"name":{"description":"El nombre de la contrase\u00f1a de la aplicaci\u00f3n.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"app_id":{"description":"Un UUID proporcionado por la aplicaci\u00f3n para identificarla de forma \u00fanica. Se recomienda usar un UUID v5 con la URL o el espacio de nombres DNS.","type":"string","format":"uuid","required":false},"name":{"description":"El nombre de la contrase\u00f1a de la aplicaci\u00f3n.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"after":{"description":"Limita la respuesta a comentarios publicados despu\u00e9s de una fecha dada compatible con ISO8601.","type":"string","format":"date-time","required":false},"author":{"description":"Limitar el conjunto de resultados a comentarios asignados a ID de usuarios espec\u00edficos. Requiere autorizaci\u00f3n.","type":"array","items":{"type":"integer"},"required":false},"author_exclude":{"description":"Asegurarse de que el conjunto de resultados excluye los comentarios asignados a IDs de usuario espec\u00edficos. Requiere autorizaci\u00f3n.","type":"array","items":{"type":"integer"},"required":false},"author_email":{"default":null,"description":"Limitar el conjunto de resultados a aquellos con un correo electr\u00f3nico de autor espec\u00edfico. Requiere autorizaci\u00f3n.","format":"email","type":"string","required":false},"before":{"description":"Limita la respuesta a comentarios publicados antes de una fecha dada compatible con ISO8601.","type":"string","format":"date-time","required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo del comentario.","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","post","parent","type"],"required":false},"parent":{"default":[],"description":"Limita el resultado a comentarios con ID superiores espec\u00edficos.","type":"array","items":{"type":"integer"},"required":false},"parent_exclude":{"default":[],"description":"Aseg\u00farate de que el conjunto de resultados excluya los IDs superiores espec\u00edficos.","type":"array","items":{"type":"integer"},"required":false},"post":{"default":[],"description":"Limita el resultado a comentarios asignados a ID de entrada espec\u00edficos.","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approve","description":"Limitar el conjunto de resultados a los comentarios asignados a un estado espec\u00edfico. Requiere autorizaci\u00f3n.","type":"string","required":false},"type":{"default":"comment","description":"Limitar el conjunto de resultados a los comentarios asignados a un tipo espec\u00edfico. Requiere autorizaci\u00f3n.","type":"string","required":false},"password":{"description":"La contrase\u00f1a para la entrada si est\u00e1 protegida por contrase\u00f1a.","type":"string","required":false}}},{"methods":["POST"],"args":{"author":{"description":"El ID del objeto del usuario, si el autor era un usuario.","type":"integer","required":false},"author_email":{"description":"Direcci\u00f3n de correo electr\u00f3nico del autor del comentario.","type":"string","format":"email","required":false},"author_ip":{"description":"Direcci\u00f3n IP del autor del comentario.","type":"string","format":"ip","required":false},"author_name":{"description":"Muestra el nombre del autor del comentario.","type":"string","required":false},"author_url":{"description":"URL del autor del comentario.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"Agente de usuario para el autor del comentario.","type":"string","required":false},"content":{"description":"El contenido para el comentario.","type":"object","properties":{"raw":{"description":"Contenido para el comentario, tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para el comentario, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"La fecha en la que se public\u00f3 el comentario, en la zona horaria del sitio.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que el comentario fue publicado, como GMT.","type":"string","format":"date-time","required":false},"parent":{"default":0,"description":"El ID del superior del comentario.","type":"integer","required":false},"post":{"default":0,"description":"El ID del objeto asociado a la publicaci\u00f3n.","type":"integer","required":false},"status":{"description":"Estado del comentario.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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 el comentario.","type":"integer","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"La contrase\u00f1a de la entrada superior del comentario (si la entrada est\u00e1 protegida por contrase\u00f1a).","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Identificador \u00fanico para el comentario.","type":"integer","required":false},"author":{"description":"El ID del objeto del usuario, si el autor era un usuario.","type":"integer","required":false},"author_email":{"description":"Direcci\u00f3n de correo electr\u00f3nico del autor del comentario.","type":"string","format":"email","required":false},"author_ip":{"description":"Direcci\u00f3n IP del autor del comentario.","type":"string","format":"ip","required":false},"author_name":{"description":"Muestra el nombre del autor del comentario.","type":"string","required":false},"author_url":{"description":"URL del autor del comentario.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"Agente de usuario para el autor del comentario.","type":"string","required":false},"content":{"description":"El contenido para el comentario.","type":"object","properties":{"raw":{"description":"Contenido para el comentario, tal como existe en la base de datos.","type":"string","context":["edit"]},"rendered":{"description":"Contenido HTML para el comentario, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"La fecha en la que se public\u00f3 el comentario, en la zona horaria del sitio.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"La fecha en la que el comentario fue publicado, como GMT.","type":"string","format":"date-time","required":false},"parent":{"description":"El ID del superior del comentario.","type":"integer","required":false},"post":{"description":"El ID del objeto asociado a la publicaci\u00f3n.","type":"integer","required":false},"status":{"description":"Estado del comentario.","type":"string","required":false},"meta":{"description":"Campos meta.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Identificador \u00fanico para el comentario.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Si evitar la papelera y forzar la eliminaci\u00f3n.","required":false},"password":{"description":"La contrase\u00f1a de la entrada superior del comentario (si la entrada est\u00e1 protegida por contrase\u00f1a).","type":"string","required":false}}}]},"\/wp\/v2\/search":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"type":{"default":"post","description":"Limitar resultados a elementos de un tipo de objeto.","type":"string","enum":["post","term","post-format"],"required":false},"subtype":{"default":"any","description":"Limitar resultados a elementos de uno o m\u00e1s subtipos de objetos.","type":"array","items":{"enum":["post","page","tainacan-collection","tainacan-taxonomy","category","post_tag","sc_event_category","sc_event_tags","any"],"type":"string"},"required":false},"exclude":{"description":"Asegurarse de que el conjunto de resultados excluye IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limitar el conjunto de resultados a IDs espec\u00edficos.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"Nombre \u00fanico registrado para el bloque.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["edit"],"default":"view","required":false},"attributes":{"description":"Atributos para el bloque","type":"object","default":[],"required":false},"post_id":{"description":"ID del contexto de la entrada.","type":"integer","required":false}}}]},"\/wp\/v2\/block-types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Espacio de nombres del bloque.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Espacio de nombres del bloque.","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":"Nombre del bloque","type":"string","required":false},"namespace":{"description":"Espacio de nombres del bloque.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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"],"args":{"stylesheet":{"description":"El identificador del tema","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"stylesheet":{"description":"El identificador del tema","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"El id de una plantilla","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"styles":{"description":"Estilos globales.","type":["object"],"required":false},"settings":{"description":"Ajustes globales.","type":["object"],"required":false},"title":{"description":"T\u00edtulo de la variaci\u00f3n de estilos globales.","type":["object","string"],"properties":{"raw":{"description":"T\u00edtulo para la variaci\u00f3n de estilos globales, tal y como existe en la base de datos.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false}}}]},"\/wp\/v2\/settings":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"title":{"description":"T\u00edtulo del sitio.","type":"string","required":false},"description":{"description":"Descripci\u00f3n corta del sitio.","type":"string","required":false},"url":{"description":"URL del sitio.","type":"string","format":"uri","required":false},"email":{"description":"Esta direcci\u00f3n se us\u00e1 para fines de administraci\u00f3n, por ejemplo avisos de nuevos usuarios.","type":"string","format":"email","required":false},"timezone":{"description":"Una ciudad en la misma zona horaria que vos.","type":"string","required":false},"date_format":{"description":"Formato fecha para todas las cadenas de fecha.","type":"string","required":false},"time_format":{"description":"Formato de tiempo para todas las cadenas de tiempo.","type":"string","required":false},"start_of_week":{"description":"El n\u00famero de d\u00eda en el que la semana debe comenzar.","type":"integer","required":false},"language":{"description":"C\u00f3digo del locale de WordPress.","type":"string","required":false},"use_smilies":{"description":"Convert\u00ed emoticonos como :-) y :-P en gr\u00e1ficos en la pantalla.","type":"boolean","required":false},"default_category":{"description":"Categoria de entrada por defecto","type":"integer","required":false},"default_post_format":{"description":"Formato de la entrada por defecto.","type":"string","required":false},"posts_per_page":{"description":"Las p\u00e1ginas de blog muestran como m\u00e1ximo.","type":"integer","required":false},"show_on_front":{"description":"Qu\u00e9 mostrar en la p\u00e1gina de inicio","type":"string","required":false},"page_on_front":{"description":"El ID de la p\u00e1gina que debe mostrarse en la p\u00e1gina de inicio","type":"integer","required":false},"page_for_posts":{"description":"El ID de la p\u00e1gina que debe mostrar las \u00faltimas entradas","type":"integer","required":false},"default_ping_status":{"description":"Permite notificaciones de enlaces desde otros sitios (pingbacks y trackbacks) en los nuevos art\u00edculos.","type":"string","enum":["open","closed"],"required":false},"default_comment_status":{"description":"Permitir a la gente enviar comentarios en las nuevas entradas.","type":"string","enum":["open","closed"],"required":false},"site_logo":{"description":"Logo del sitio.","type":"integer","required":false},"site_icon":{"description":"\u00cdcono del sitio.","type":"integer","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/settings"}]}},"\/wp\/v2\/themes":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Limitar el conjunto de resultados a los temas asignados a uno o m\u00e1s estados. ","type":"array","items":{"enum":["active","inactive"],"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/themes"}]}},"\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"stylesheet":{"description":"La hoja de estilos del tema. Esto identifica el tema de forma \u00fanica.","type":"string","required":false}}}]},"\/wp\/v2\/plugins":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","required":false},"status":{"description":"Limita los resultados a plugins con el estado dado.","type":"array","items":{"type":"string","enum":["inactive","active"]},"required":false}}},{"methods":["POST"],"args":{"slug":{"type":"string","description":"Slug del plugin en el directorio WordPress.org.","pattern":"[\\w\\-]+","required":true},"status":{"description":"Estado de activaci\u00f3n del plugin.","type":"string","enum":["inactive","active"],"default":"inactive","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false},"status":{"description":"Estado de activaci\u00f3n del plugin.","type":"string","enum":["inactive","active"],"required":false}}},{"methods":["DELETE"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"El ID de una barra lateral registrada","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"widgets":{"description":"Widgets anidados.","type":"array","items":{"type":["object","string"]},"required":false}}}]},"\/wp\/v2\/widget-types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"El ID del tipo de widget.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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":"El ID del tipo de widget.","type":"string","required":true},"instance":{"description":"Ajustes de la instancia actual del widget.","type":"object","required":false},"form_data":{"description":"Datos serializados de formulario de widget para cifrar en los ajustes de la instancia.","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":"El ID del tipo de widget.","type":"string","required":true},"instance":{"description":"Ajustes de la instancia actual del widget.","type":"object","required":false}}}]},"\/wp\/v2\/widgets":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"sidebar":{"description":"La barra lateral a la que devolver el widget.","type":"string","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del widget.","type":"string","required":false},"id_base":{"description":"El tipo de widget. Corresponde al ID en la variable widget-types.","type":"string","required":false},"sidebar":{"default":"wp_inactive_widgets","description":"La barra lateral a la que pertenece el widget.","type":"string","required":true},"instance":{"description":"Ajustes de la instancia del widget, si es compatible.","type":"object","properties":{"encoded":{"description":"Representaci\u00f3n base64 cifrada de los ajustes de la instancia.","type":"string","context":["edit"]},"hash":{"description":"Hash criptogr\u00e1fico de los ajustes de la instancia.","type":"string","context":["edit"]},"raw":{"description":"Ajustes de instancia sin cifrar, si es compatible.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"Datos de formulario cifrados por URL del formulario de administraci\u00f3n del widget. Se usa para actualizar un widget que no tenga compatibilidad con instancias. Solo escritura.","type":"string","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Identificador \u00fanico del widget.","type":"string","required":false},"id_base":{"description":"El tipo de widget. Corresponde al ID en la variable widget-types.","type":"string","required":false},"sidebar":{"description":"La barra lateral a la que pertenece el widget.","type":"string","required":false},"instance":{"description":"Ajustes de la instancia del widget, si es compatible.","type":"object","properties":{"encoded":{"description":"Representaci\u00f3n base64 cifrada de los ajustes de la instancia.","type":"string","context":["edit"]},"hash":{"description":"Hash criptogr\u00e1fico de los ajustes de la instancia.","type":"string","context":["edit"]},"raw":{"description":"Ajustes de instancia sin cifrar, si es compatible.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"Datos de formulario cifrados por URL del formulario de administraci\u00f3n del widget. Se usa para actualizar un widget que no tenga compatibilidad con instancias. Solo escritura.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"force":{"description":"Si forzar la eliminaci\u00f3n del widget o moverlo a la barra lateral inactiva.","type":"boolean","required":false}}}]},"\/wp\/v2\/block-directory\/search":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"term":{"description":"Limitar el resultado a bloques que coinciden con el t\u00e9rmino de b\u00fasqueda.","type":"string","minLength":1,"required":true}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/block-directory\/search"}]}},"\/wp\/v2\/pattern-directory\/patterns":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"P\u00e1gina actual de la colecci\u00f3n.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limitar resultados a aquellos que coinciden con una cadena.","type":"string","minLength":1,"required":false},"category":{"description":"Limitar los resultados a los que coincidan con un ID de categor\u00eda.","type":"integer","minimum":1,"required":false},"keyword":{"description":"Limitar resultados a los que coincidan con el ID de una palabra clave.","type":"integer","minimum":1,"required":false},"slug":{"description":"Limitar los resultados a los que coincidan con un patr\u00f3n (slug).","type":"array","required":false},"offset":{"description":"Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.","type":"integer","required":false},"order":{"description":"Orden de clasificaci\u00f3n de atributos ascendente o descendente.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Ordenar la colecci\u00f3n por el atributo de la entrada.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","favorite_count"],"required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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:\/\/ipesfa-ushuaia.edu.ar\/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":"La URL a procesar.","type":"string","format":"uri","required":true}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp-block-editor\/v1\/url-details"}]}},"\/wp\/v2\/menu-locations":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/menu-locations"}]}},"\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"Un identificador alfanum\u00e9rico de la ubicaci\u00f3n del men\u00fa.","type":"string","required":false},"context":{"description":"\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.","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:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp-block-editor\/v1\/export"}]}}},"site_logo":0,"site_icon":13678,"site_icon_url":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-content\/uploads\/2026\/02\/cropped-favicon.png","_links":{"help":[{"href":"https:\/\/developer.wordpress.org\/rest-api\/"}],"wp:featuredmedia":[{"embeddable":true,"type":"site_icon","href":"https:\/\/ipesfa-ushuaia.edu.ar\/wp-json\/wp\/v2\/media\/13678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}