{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "yuuvis-media-viewer",
  "title": "Yuuvis Media Viewer Schematics",
  "description": "Add Yuuvis Media Viewer to your project",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "alias": "p",
      "$default": {
        "$source": "projectName"
      }
    },
    "officePath": {
      "type": "string",
      "description": "The path to the office backend endpoint.",
      "default": ""
    },
    "skipEinvoice": {
      "type": "boolean",
      "description": "Enable eInvoice support.",
      "default": false
    },
    "skipInstall": {
      "type": "boolean",
      "description": "Skip installing the package dependencies.",
      "default": false
    }
  }
}
