{
  "id": "person-contact-catalog",
  "title": "Person and contact claim values",
  "description": "An interoperable set of person and contact claim values.",
  "drafts": [
    "draft-kavian-aep-claims-01"
  ],
  "category": "claims",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "claims"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "claims"
    }
  },
  "input": {},
  "expected": {
    "contact.address.primary": {
      "city": "San Francisco",
      "country": "US",
      "first_name": "Grace",
      "last_name": "Hopper",
      "line1": "123 Market Street",
      "line3": "Attention: Receiving",
      "postcode": "94105",
      "region": "CA"
    },
    "contact.email": "owner@example.com",
    "contact.mobile": "+14155550100",
    "person.birthdate": "1990-04-12",
    "person.first_name": "Ada",
    "person.last_name": "Lovelace",
    "person.username": "ada"
  }
}
