{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "yuuvis-media-viewer",
  "title": "Yuuvis Media Viewer Schematics - Vite Compatibility",
  "description": "Add vite compatibility for PDFJS in Yuuvis Media Viewer.",
  "type": "object",
  "properties": {
    "verbose": {
      "type": "boolean",
      "default": false,
      "description": "Enable verbose logging"
    },
    "package": {
      "type": "string",
      "description": "Limit fix to a specific package (e.g. pdfjs-dist)"
    },
    "patchPackage": {
      "type": "boolean",
      "default": false,
      "description": "Generate patch using patch-package"
    }
  }
}
