{
  "$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": {
          "textValue": {
            "type": "string"
          },
          "anotherValue": {
            "type": "object",
            "properties": {
              "xt": {
                "type": "astd"
              }
            },
            "additionalProperties": {
              "type": "FormattedText"
            },
            "required": ["xt"]
          }
        },
        "required": []
      }
    }
  ]
}
