{
    "openapi": "3.0.0",
    "info": {
        "title": "LétElem API",
        "version": "1.0.0",
        "description": "API for LétElem premium online store"
    },
    "paths": {
        "/api/search": {
            "get": {
                "summary": "Search products",
                "parameters": [
                    {
                        "name": "q",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ]
            }
        }
    }
}