{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "VoiceClone AI — Public resource catalog",
  "description": "Machine-readable index of public, AI-relevant resources for VoiceClone AI.",
  "url": "https://voice.asif.dev/.well-known/api-catalog",
  "dataset": [
    {
      "@type": "Dataset",
      "name": "Sitemap",
      "description": "XML sitemap of all publicly indexable URLs.",
      "contentUrl": "https://voice.asif.dev/sitemap.xml",
      "encodingFormat": "application/xml"
    },
    {
      "@type": "Dataset",
      "name": "llms.txt",
      "description": "Short llmstxt.org-format summary for AI crawlers.",
      "contentUrl": "https://voice.asif.dev/llms.txt",
      "encodingFormat": "text/markdown"
    },
    {
      "@type": "Dataset",
      "name": "llms-full.txt",
      "description": "Long-form description of the product, constraints, and endpoints.",
      "contentUrl": "https://voice.asif.dev/llms-full.txt",
      "encodingFormat": "text/markdown"
    },
    {
      "@type": "Dataset",
      "name": "robots.txt",
      "description": "Crawl directives with explicit allow rules for major AI agents.",
      "contentUrl": "https://voice.asif.dev/robots.txt",
      "encodingFormat": "text/plain"
    },
    {
      "@type": "Dataset",
      "name": "oauth-authorization-server",
      "description": "OAuth 2.0 authorization server metadata for the site.",
      "contentUrl": "https://voice.asif.dev/.well-known/oauth-authorization-server",
      "encodingFormat": "application/json"
    },
    {
      "@type": "Dataset",
      "name": "index.md",
      "description": "Markdown representation of the public homepage and product description.",
      "contentUrl": "https://voice.asif.dev/index.md",
      "encodingFormat": "text/markdown"
    }
  ]
}
