{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "cloud-deployment-models",
        "title": "Cloud Deployment Models",
        "description": "Models that describe where cloud infrastructure runs.",
        "category": "Cloud Computing",
        "category_slug": "cloud-computing",
        "tags": "cloud,deployment,hybrid",
        "view_count": 0
    },
    "data": [
        {
            "model": "Public",
            "description": "Services owned by a third-party provider and shared among customers."
        },
        {
            "model": "Private",
            "description": "Infrastructure dedicated to a single organization."
        },
        {
            "model": "Hybrid",
            "description": "Combines public and private clouds with orchestration."
        },
        {
            "model": "Community",
            "description": "Shared infrastructure for a specific community with common concerns."
        },
        {
            "model": "Multi-Cloud",
            "description": "Uses services from multiple cloud providers."
        }
    ]
}