{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/agent-receipt/verify",
  "method": "POST",
  "request": {
    "properties": {
      "sdJwt": {
        "type": "string"
      },
      "disclosures": {
        "type": "array"
      }
    }
  },
  "response": {
    "properties": {
      "valid": {
        "type": "boolean"
      },
      "claims": {
        "type": "object"
      },
      "anchored": {
        "type": "string"
      },
      "status": {
        "enum": [
          "valid",
          "revoked",
          "expired"
        ]
      }
    }
  },
  "sla": {
    "p95_ms": 120
  }
}