AckdbIdentityLinkTypeCreateRequest

Request body for POST /schemas/identity-link-types.

Properties

keystringrequiredpattern /^[a-z][a-z0-9_]*$/

Trimmed, then validated. 'domain' is rejected (built-in).

descriptionstring | null
canMintboolean

#451: register as a secondary anchor that may CREATE an entity at ingest. Default false (match-only). Rejected with 400 for person-scoped types.

Example

AckdbIdentityLinkTypeCreateRequest example
{
  "key": "duns_number",
  "description": "D-U-N-S business identifier",
  "canMint": false
}