Schema
After creating a Hypertune project, the first step is defining your schema.
You use
Boolean
for feature flags, Int
for limits, timeouts, etc, String
for in-product copy, custom enum
s for multivariate flags and custom object type
s and lists for more complex configuration.Last modified 1mo ago