| 16 | optional:Optional[List[str]] = [] |
| 17 | type_:str = Field(alias='type') |
| 18 | class Properties(BaseModel): |
| 19 | type_:str = Field(alias='type') |
| 20 | enum:Optional[List[str]] = None |
| 21 | description:Optional[str] = None |
| 22 | example_value:Optional[Union[str,bool,int,float]] = None |
| 23 | properties:Dict[str,Properties] |
| 24 | parameters:Parameters |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected