{"methods":{"POST":true},"accept_json":false,"accept_raw":false,"show_in_index":true,"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer"},"date":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time"},"date_gmt":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time"},"slug":{"validate_callback":"rest_validate_request_arg","sanitize_callback":[{},"sanitize_slug"],"description":"An alphanumeric identifier for the post unique to its type.","type":"string"},"status":{"validate_callback":[{},"check_status"],"sanitize_callback":"rest_sanitize_request_arg","description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"]},"password":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"A password to protect access to the content and excerpt.","type":"string"},"title":{"validate_callback":null,"sanitize_callback":null,"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}}},"content":{"validate_callback":null,"sanitize_callback":null,"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"author":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID for the author of the post.","type":"integer"},"excerpt":{"validate_callback":null,"sanitize_callback":null,"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}}},"featured_media":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The ID of the featured media for the post.","type":"integer"},"comment_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"]},"ping_status":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"]},"format":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"]},"meta":{"validate_callback":[{},"check_meta_is_array"],"sanitize_callback":null,"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","description":"","default":""}}},"sticky":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"Whether or not the post should be treated as sticky.","type":"boolean"},"template":{"validate_callback":[{},"check_template"],"sanitize_callback":"rest_sanitize_request_arg","description":"The theme file to use to display the post.","type":"string"},"categories":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"}},"tags":{"validate_callback":"rest_validate_request_arg","sanitize_callback":"rest_sanitize_request_arg","description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"}}},"callback":[{},"create_item"],"permission_callback":[{},"create_item_permissions_check"]}