{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "abj404_updateOptions",
  "description": "Plugin options update AJAX from general.js to Ajax_Php.php",
  "type": "object",
  "required": ["nonce"],
  "properties": {
    "nonce": { "type": "string", "minLength": 1 }
  }
}
