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