Switch to zod based JSON schema for validating the config. References: - https://github.com/ohcnetwork/leaderboard/blob/main/config.schema.json - https://github.com/ohcnetwork/leaderboard/blob/main/lib/config.ts - https://github.com/ohcnetwork/leaderboard/blob/main/types/config.ts - https://zod.dev/json-schema
Switch to zod based JSON schema for validating the config.
References: