OasSchema.title

Both of these keywords can be used to decorate a user interface with information about the data produced by this user interface. A title will preferrably be short, whereas a description will provide explanation about the purpose of the instance described by this schema.

class OasSchema
@jsonOptional
string title;

See Also

Meta