Base model for an API property.
APIPropertyBase()The name of the property.
Whether the property is required.
The type of the property.
Either a primitive type, a component/parameter type, or an array or 'object' (dict) of the above.
The default value of the property.
The description of the property.