{
  "id": "invalid-email-format",
  "title": "Contact email without a mailbox separator",
  "description": "A non-empty string without an at-sign is rejected by the email format.",
  "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": {
      "contact.email": "owner.example.com"
    }
  },
  "expected": {
    "valid": false
  }
}
