Class - mitto.iov2.input.BaseInputV3

JSON Schema

BaseInputV3

Base Input

Pydantic superclass allows creation of JSON Schema documentation. PrivateBaseModel must be used because it has support for hidden fields. Pydantic 1.7.1 added support for PrivateAttr, which accomplishes the same thing, but it also requires that names begin with a _. Using PrivateBaseModel allows private fields without that restriction. This is required for existing code to work with minimal changes.

type

object

properties