{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "abj404_engine_profiles_list",
  "description": "Engine Profile list AJAX from ajax-engine-profiles.js to Ajax_EngineProfiles.php",
  "type": "object",
  "required": ["nonce"],
  "additionalProperties": false,
  "properties": {
    "nonce": { "type": "string", "minLength": 1 },
    "id": { "type": ["string", "integer"] },
    "name": { "type": "string" },
    "url_pattern": { "type": "string" },
    "is_regex": { "type": ["string", "integer"], "enum": ["0", "1", 0, 1] },
    "enabled_engines": { "type": "string" },
    "priority": { "type": ["string", "integer"] },
    "status": { "type": ["string", "integer"], "enum": ["0", "1", 0, 1] }
  }
}
