credmark.dto.EmptyInputSkipTest

DTO class EmptyInputSkipTest[source]

Bases: EmptyInput

Show JSON schema
{
   "title": "EmptyInputSkipTest",
   "description": "The model does not require any input. This is an empty object.",
   "type": "object",
   "properties": {},
   "skip_test": true
}

Config
  • schema_extra: dict = {‘skip_test’: True}

Return type

None