{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "@id": "https://xn--82czbx2bczd4fl8a.online/agent-versioning#manifest",
  "name": "ThaiNotary Agent Capability Manifest",
  "applicationCategory": "AgentAPI",
  "softwareVersion": "2.0.0",
  "releaseNotes": "https://xn--82czbx2bczd4fl8a.online/agent-versioning/CHANGELOG.json",
  "current": "2.0.0",
  "supported": [
    "1.0.0",
    "1.1.0",
    "2.0.0"
  ],
  "deprecated": [],
  "sunset": {},
  "versions": [
    {
      "version": "1.0.0",
      "releasedAt": "2026-04-01",
      "status": "stable",
      "notes": "Initial capability surface: 10 capabilities, MCP v1, OpenAPI 3.1"
    },
    {
      "version": "1.1.0",
      "releasedAt": "2026-05-15",
      "status": "stable",
      "notes": "Added pricing-feed, webhooks, SLA + rate-limits"
    },
    {
      "version": "2.0.0",
      "releasedAt": "2026-05-31",
      "status": "current",
      "notes": "OAuth 2.1 + DCR, capability versioning, agent telemetry",
      "breaking": [
        "Auth required for /appointment.* and /document.* scopes"
      ]
    }
  ]
}