I\'d like my OpenAPI 3.0.1 spec to have some inheritance, let\'s say a base type Input and two sub types SelectInput and TextInput, here\'
Input
SelectInput
TextInput