{
    "specVersion": "1.0",
    "host": {
        "displayName": "Pups & Studs",
        "identifier": "did:web:pupsandstuds.com"
    },
    "entries": [
        {
            "identifier": "urn:air:pupsandstuds.com:server:public-discovery",
            "displayName": "Pups & Studs Public Discovery MCP",
            "type": "application/mcp-server+json",
            "url": "https://pupsandstuds.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "What public tools and resources does Pups & Studs expose?",
                "Where can I discover the Pups & Studs API and site sections?"
            ]
        },
        {
            "identifier": "urn:air:pupsandstuds.com:agent:site-discovery",
            "displayName": "Pups & Studs Discovery Agent",
            "type": "application/a2a-agent-card+json",
            "url": "https://pupsandstuds.com/.well-known/agent-card.json",
            "representativeQueries": [
                "Find the public puppy, stud, show, pedigree, and community pages.",
                "Explain the public discovery and usage boundaries for this site."
            ]
        },
        {
            "identifier": "urn:air:pupsandstuds.com:skills:public-navigation",
            "displayName": "Pups & Studs Agent Skills",
            "type": "application/json",
            "url": "https://pupsandstuds.com/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "How should an agent navigate Pups & Studs?",
                "How can an agent discover public services without using private routes?"
            ]
        },
        {
            "identifier": "urn:air:pupsandstuds.com:api:platform",
            "displayName": "Pups & Studs Platform API",
            "type": "application/vnd.oai.openapi+json",
            "url": "https://pupsandstuds.com/openapi.json",
            "representativeQueries": [
                "Which public and authenticated API endpoints are available?",
                "How does an approved app authenticate to the Pups & Studs API?"
            ]
        }
    ]
}