- added core annotations to specify schema 'type' and 'format':
@Schema
,@Type
. Can be added on classes and fields - exposes swagger library via gradle "api"
- swagger compilation step treats both openapi30
type
and openapi31types
as valid types - fixed bug: NPE during swagger compile inline step when using classes that have a nullable sealed class property