In the Schedule struct, the field OverrideSubschedule has the struct tag json:"override_subschedule,omitempty", but the API returns the field overrides_subschedule. Therefore when unmarshalling API responses, the field is dropped.
The OpenAPI Schema has overrides_subschedule, so I believe the SDK has a typo.
References: