| BLOCKCHAIN | TEXT | The name of the blockchain |
| ADDRESS | TEXT | Address unique to an individual wallet, validator, or token. |
| CREATOR | TEXT | Name of the label creator - for now, this will always be “Flipside.” |
| LABEL_TYPE | TEXT | A broad category that describes what a label is representing. |
| LABEL_SUBTYPE | TEXT | Adds more detail to the label type. |
| LABEL | TEXT | The label or name of the address. |
| PROJECT_NAME | TEXT | The name of the project the label belongs to. |
| ACCOUNT_ADDRESS | TEXT | The osmosis address of the user / entity that operates the validator. |
| DELEGATOR_SHARES | NUMBER | The number of tokens staked to the validator. |
| JAILED | BOOLEAN | FALSE when a validator is not jailed, TRUE when a validator is jailed |
| MAX_CHANGE_RATE | FLOAT | The maximum rate at which a validator can change their commission per day. |
| MAX_RATE | FLOAT | The maximum commission rate that the validator can charge |
| MIN_SELF_DELEGATION | NUMBER | The minimum number of OSMO tokens that the operator must be staking with their own validator |
| RANK | NUMBER | The rank of the validator in the validator set. Rank is determined by the number of OSMO tokens staked to the validator |
| MISSED_BLOCKS | TEXT | The number of blocks the validator has been down for during it’s lifetime. |
| RAW_METADATA | VARIANT | Additional details about the validator or token in json format. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |
| FACT_VALIDATORS_ID | TEXT | The unique identifier for each row in the table. |