{
  "tool_id": "art-25-a2a-agent-card-validator",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "minimal",
      "policy_parameters": {
        "agent_card": {
          "name": "Test Agent",
          "description": "A test payment agent",
          "url": "https://agent.example.com",
          "version": "1.0",
          "protocolVersion": "1.0",
          "capabilities": {
            "streaming": false,
            "pushNotifications": false,
            "extensions": []
          },
          "defaultInputModes": [
            "text/plain"
          ],
          "defaultOutputModes": [
            "application/json"
          ],
          "skills": [
            {
              "id": "pay",
              "name": "Payment",
              "description": "Execute payments",
              "tags": [
                "payment"
              ]
            }
          ]
        }
      },
      "output_payload": {
        "verdict": "valid",
        "score": 100,
        "errors": 0,
        "warnings": 0,
        "passes": 4,
        "has_ap2_extension": false,
        "has_signed_card": false,
        "findings": [
          {
            "level": "pass",
            "msg": "Core identity fields present (name, description, url, version)."
          },
          {
            "level": "pass",
            "msg": "protocolVersion = \"1.0\"."
          },
          {
            "level": "pass",
            "msg": "capabilities present (streaming=false, pushNotifications=false)."
          },
          {
            "level": "info",
            "msg": "No capabilities.extensions — declare AP2/x402 here if this agent transacts."
          },
          {
            "level": "pass",
            "msg": "1 skill(s) advertised."
          },
          {
            "level": "info",
            "msg": "Unsigned card. A2A v1.0 supports Signed Agent Cards (a \"signatures\" JWS array)."
          },
          {
            "level": "info",
            "msg": "Serve this document at /.well-known/agent-card.json for discovery."
          }
        ]
      },
      "golden_hash": "e7ccdc1f97870f13c6fefd43fb834f2b6ae46ad1b046ce6ac9afe7908df735d0"
    }
  ]
}
