{
    "name": "Maventech Software Catalog API",
    "version": "1.0.0",
    "access": "public, read-only, no authentication",
    "documentation": "https://maventechsoftware.com/developers",
    "openapi": "https://maventechsoftware.com/openapi.json",
    "endpoints": {
        "health": "https://maventechsoftware.com/api/health",
        "products": "https://maventechsoftware.com/api/products",
        "product": "https://maventechsoftware.com/api/products/{slug}",
        "categories": "https://maventechsoftware.com/api/categories"
    }
}