import enum from typing import Optional, Self from pydantic import BaseModel, RootModel, Field, model_validator, ValidationError