I am wondering how to interpret the following line of OpenAPI 3 (as of v3.0.1):
type - Value MUST be a string. Multiple types via an array are not supported.
Does this mean that the type field is mandatory and must be a string, or that it is optional and if it exists it must be a string?