{
    "openapi": "3.0.0",
    "info": {
        "title": "My API",
        "description": "API description",
        "contact": {
            "email": "contact@example.com"
        },
        "license": {
            "name": "Apache 2.0",
            "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
        },
        "version": "1.0.0"
    },
    "paths": {
        "/api/test": {
            "get": {
                "summary": "Test API",
                "operationId": "06ea4c5cafdcfb5c618a1bba814c1108",
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    }
}