{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://weverlabs.com/schemas/a2a-agent-card-hardening.schema.json",
  "title": "A2A Agent Card Hardening",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "type": "string"
    },
    "agent_card": {
      "type": "object"
    }
  }
}
