🚀 OpenAPI Architecture Explorer

Explore a scalable, split OpenAPI architecture designed for enterprise-grade API documentation. Each component is modular, reusable, and perfectly organized.

  • 📁 Petstore APIs Root â€ē
    • đŸŽ¯ Client Specific Documents A directory of where your client specific documents are stored. â€ē
      • đŸ“Ļ Product Store The folder where you specify your Custom product docs. â€ē
        • 📄 Store.yaml The custom generated API doc based on your client requirements.
        • 📄 main.yaml The spec from which the client specific document can be created.
      • đŸ“Ļ Product User The folder where you specify your Custom product docs. â€ē
        • 📄 User.yaml The custom generated API doc based on your client requirements.
        • 📄 main.yaml The spec from which the client specific document can be created.
    • 🧩 components Reusable OpenAPI components â€ē
      • 💡 examples â€ē
        • 📄 CatToyProduct.yaml
        • 📄 DogFoodProduct.yaml
        • 📄 ...
      • âš™ī¸ parameters â€ē
        • 📄 Category.yaml
        • 📄 InStock.yaml
        • 📄 ...
      • đŸ—‚ī¸ schemas Data models â€ē
        • 📄 Address.yaml
        • 📄 Cart.yaml
    • đŸ›Ŗī¸ paths API endpoints â€ē
      • 📄 products_{productId}.yaml
      • 📄 users.yaml
      • 📄 ... each file is one path
    • â„šī¸ info.yaml API title, version, description
    • â„šī¸ servers.yaml BaseURL details
    • ⭐ openapi.yaml The source file that will be split into multiple files. Main

File Content

View the structure and content