credmark.dto.EmptyInput

DTO class EmptyInput[source]

Bases: BaseModel

The model does not require any input. This is an empty object.

Show JSON schema
{
   "title": "EmptyInput",
   "description": "The model does not require any input. This is an empty object.",
   "type": "object",
   "properties": {},
   "examples": [
      {}
   ]
}

Config
  • schema_extra: dict = {‘examples’: [{}]}

Return type

None