{
  "@context": "https://a2a-protocol.org/ns/v0.3",
  "@type": "SkillCard",
  "@id": "https://xn--82czbx2bczd4fl8a.online/agent-skill-card/notary-certify.json#skill",
  "skillId": "skill.notary-certify",
  "name": "Notarize Document",
  "description": "Thai Notary Public certification by licensed attorney.",
  "version": "1.0.0",
  "inputs": [
    {
      "name": "documentUrl",
      "type": "uri",
      "required": true
    },
    {
      "name": "documentType",
      "type": "string",
      "required": true
    }
  ],
  "outputs": [
    {
      "name": "notaryCertificateUrl",
      "type": "uri"
    },
    {
      "name": "receiptVC",
      "type": "sd-jwt-vc"
    }
  ],
  "sla": {
    "p95": "PT24H"
  },
  "pricing": {
    "sku": "SKU-NOTARY-001",
    "ref": "https://xn--82czbx2bczd4fl8a.online/agent-billing/price-book.json"
  },
  "invoke": {
    "method": "POST",
    "url": "https://xn--82czbx2bczd4fl8a.online/a2a/v1/tasks",
    "capability": "cap.notary.certify"
  },
  "examples": "https://xn--82czbx2bczd4fl8a.online/agent-skill-card/notary-certify.json#examples"
}