{
  "$schema": "../../v1.json",
  "description": "t",
  "displayName": "t",
  "name": "test",
  "namespace": "other",
  "mainFunction": "main",
  "version": "1.0.4",
  "environment": [],
  "functions": [
    {
      "entry": "main.js",
      "name": "main",
      "output": {
        "responseType": "html"
      },
      "input": {
        "type": "object",
        "properties": {
          "prop": {
            "type": "string",
            "format": "matrix-asset-uri"
          }
        },
        "required": []
      }
    }
  ]
}
