{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "yuuvis-media-viewer-update",
  "title": "Yuuvis Media Viewer Schematics",
  "description": "Update Yuuvis Media Viewer",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "alias": "p",
      "$default": {
        "$source": "projectName"
      }
    }
  }
}
