{
  "$id": "https://agentnet.invalid/schemas/v1/identity.json",
  "additionalProperties": false,
  "properties": {
    "binding_assurance": {
      "title": "Binding Assurance",
      "type": "string"
    },
    "credential_epoch": {
      "minimum": 1,
      "title": "Credential Epoch",
      "type": "integer"
    },
    "credential_id": {
      "title": "Credential Id",
      "type": "string"
    },
    "domain_id": {
      "title": "Domain Id",
      "type": "string"
    },
    "harness_id": {
      "title": "Harness Id",
      "type": "string"
    },
    "key_id": {
      "title": "Key Id",
      "type": "string"
    },
    "principal_id": {
      "title": "Principal Id",
      "type": "string"
    },
    "schema_version": {
      "const": "1.0",
      "default": "1.0",
      "title": "Schema Version",
      "type": "string"
    },
    "status": {
      "enum": [
        "active",
        "deterministic_only",
        "quarantined",
        "revoked"
      ],
      "title": "Status",
      "type": "string"
    }
  },
  "required": [
    "domain_id",
    "principal_id",
    "harness_id",
    "credential_id",
    "key_id",
    "binding_assurance",
    "credential_epoch",
    "status"
  ],
  "title": "IdentityRecord",
  "type": "object",
  "x-agentnet-schema-version": "1.0"
}
