{
  "id": "claims-catalog-advertisement",
  "title": "Inspect advertises person and contact claim names",
  "description": "A Service requests person and contact claims while preserving the core Inspect document shape.",
  "drafts": [
    "draft-kavian-agent-enrollment-protocol-04",
    "draft-kavian-aep-claims-01",
    "draft-kavian-aep-did-web-identity-method-00"
  ],
  "category": "inspect",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "claims"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "claims"
    }
  },
  "input": {},
  "expected": {
    "aep_version": "1.0",
    "authentication": {
      "methods": ["aep-jwt"]
    },
    "bindings": {
      "supported": ["http"]
    },
    "claims": {
      "required": ["contact.email", "person.first_name", "person.last_name"],
      "preferred": ["contact.mobile", "contact.address.primary", "person.birthdate"],
      "optional": ["person.username"]
    },
    "commands": {
      "supported": ["enroll", "inspect", "status"]
    },
    "core": {
      "signing_algorithms": ["EdDSA", "ES256"]
    },
    "extensions": {
      "supported": []
    },
    "http": {
      "endpoint_base": "/aep/"
    },
    "identity": {
      "methods": ["did:web"]
    },
    "service": {
      "did": "did:web:api.example.com"
    }
  }
}
