{
  "$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": "json",
        "definition": {
          "type": "object",
          "properties": {
            "prop": {
              "type": "array"
            }
          }
        }
      },
      "input": {
        "type": "object",
        "properties": {
          "textValue": {
            "type": "FormattedText"
          },
          "anotherValue": {
            "type": "object",
            "properties": {
              "xt": {
                "type": "FormattedText"
              }
            },
            "required": [],
            "additionalProperties": {
              "type": "FormattedText"
            }
          }
        },
        "required": []
      }
    }
  ]
}
