| ONBOARDING_REQUEST_CONTRACT_ID | TEXT | Contract ID for a validator onboarding request. |
| VALIDATOR_PARTY | TEXT | Party identifier for a validator. |
| VALIDATOR_NAME | TEXT | Human-readable name for a validator. |
| VALIDATOR_TYPE | TEXT | Type of validator: validator or super_validator |
| REQUEST_CREATED_AT | TEXT | Timestamp when onboarding request was created |
| REQUEST_SPONSOR | TEXT | Sponsor party for the onboarding request |
| REQUEST_EVENT_ID | TEXT | Event ID of the onboarding request |
| ONBOARDED_AT | TEXT | Timestamp when onboarding was completed. |
| CONTACT_POINT | TEXT | Contact point for the validator |
| ONBOARDING_SPONSOR | TEXT | Sponsor party at time of onboarding |
| VERSION | TEXT | Version information |
| VALIDATOR_LICENSE | TEXT | Validator license information |
| SV_REWARD_WEIGHT | TEXT | Super validator reward weight |
| ONBOARDING_EVENT_ID | TEXT | Event ID of the onboarding event |
| EXPIRED_AT | TEXT | Timestamp when expiration occurred. |
| EXPIRATION_TYPE | TEXT | Type of expiration: ‘dso_initiated’ for DSO-triggered expiration or ‘contract_consumed’ for automatic contract expiration. |
| EXPIRATION_CHOICE | TEXT | Choice that triggered the expiration |
| EXPIRATION_EVENT_ID | TEXT | Event ID of the expiration event |
| OFFBOARDED_AT | TEXT | Timestamp when offboarding occurred. |
| OFFBOARDING_EVENT_ID | TEXT | Event ID of the offboarding event |
| VALIDATOR_STATUS | TEXT | Current status: active, offboarded, request_expired, request_pending, or unknown |
| DAYS_FROM_REQUEST_TO_ONBOARDING | TEXT | Number of days between request creation and onboarding completion |
| DAYS_ACTIVE_BEFORE_OFFBOARDING | TEXT | Number of days validator was active before offboarding |
| DAYS_ACTIVE_CURRENT | TEXT | Number of days validator has been active (for currently active validators) |
| MOST_RECENT_TIMESTAMP | TEXT | Most recent timestamp across multiple possible event types for an entity. |
| IS_CURRENT | TEXT | Boolean flag indicating whether this is the current/active record for an entity (used in lifecycle/timeline views). |