{
  "name": "cardnetwork-org-spec",
  "description": "Card Network Architecture specification and agent-readable discovery endpoints.",
  "version": "1.1.0",
  "protocolVersion": "2024-11-05",
  "homepage": "https://cardnetwork.org",
  "llms_txt_url": "https://cardnetwork.org/llms.txt",
  "sitemap_url": "https://cardnetwork.org/sitemap.xml",
  "robots_url": "https://cardnetwork.org/robots.txt",
  "cards_manifest_url": "https://cardnetwork.org/.well-known/cards.json",
  "schemas": {
    "card": "https://cardnetwork.org/spec/v1.1/card-schema.json",
    "edge": "https://cardnetwork.org/spec/v1.1/edge-schema.json"
  },
  "capabilities": [
    "card_schema",
    "edge_schema",
    "protocol_specification",
    "agent_context_graphs"
  ]
}