{
    "openapi": "3.1.0",
    "info": {
        "title": "OptimusPrime.pl Public Website Interface",
        "version": "1.0.0"
    },
    "servers": [
        {
            "url": "https://optimusprime.pl/"
        }
    ],
    "paths": {
        "/kontakt/": {
            "get": {
                "summary": "Contact page",
                "responses": {
                    "200": {
                        "description": "Contact page"
                    }
                }
            }
        },
        "/uslugi/": {
            "get": {
                "summary": "Services hub",
                "responses": {
                    "200": {
                        "description": "Services hub"
                    }
                }
            }
        }
    }
}