{
  "name": "Llava Captioner",
  "description": "Applies llava to video frames.",
  "app_version": "v1.0",
  "mmif_version": "1.0.4",
  "app_license": "Apache 2.0",
  "identifier": "http://apps.clams.ai/llava-captioner/v1.0",
  "url": "https://github.com/clamsproject/app-llava-captioner",
  "input": [
    {
      "@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1",
      "required": true
    },
    {
      "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5",
      "required": true
    }
  ],
  "output": [
    {
      "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1"
    },
    {
      "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1"
    }
  ],
  "parameters": [
    {
      "name": "pretty",
      "description": "The JSON body of the HTTP response will be re-formatted with 2-space indentation",
      "type": "boolean",
      "default": false,
      "multivalued": false
    }
  ]
}