{
  "properties": {
    "filename": {
      "type": "string",
      "minLength": 5,
      "maxLength": 20
    }
  },
  "required": ["filename"]
}