# -*- coding: utf-8 -*- from typing import Dict from pydantic import BaseModel class TemperatureTarget(BaseModel): is_customized: bool is_temporary: bool target_schedule: Dict extent: float