{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "abj404_ajaxTrash",
  "description": "Trash/restore redirect AJAX from trash_link_ajax.js to Ajax_TrashLink.php",
  "type": "object",
  "required": ["_wpnonce", "id", "trash"],
  "properties": {
    "_wpnonce": { "type": "string", "minLength": 1 },
    "id": { "type": "string", "minLength": 1 },
    "trash": { "type": "string", "minLength": 1 },
    "subpage": { "type": "string" }
  }
}
