OBJECT
type GroupInterval {# Lower bound of the numeric interval, inclusive.start: Float # Upper bound of the numeric interval, exclusive.end: Float }