@type t() :: %ExOpenApiUtils.SchemaDefinition{ description: bitstring(), nullable: boolean() | nil, properties: [atom()], required: [atom()], tags: [String.t()], title: bitstring(), type: atom() }