{
  "id": "invalid-value-type",
  "title": "Claim value with the wrong JSON type",
  "description": "A numeric first name is rejected because the registered claim requires a string.",
  "drafts": [
    "draft-kavian-aep-claims-01"
  ],
  "category": "claims",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "claims"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "claims"
    }
  },
  "input": {
    "claim_values": {
      "person.first_name": 42
    }
  },
  "expected": {
    "valid": false
  }
}
