Provides struct and type for a TextResponseFormatJsonSchema
@type t() :: %OpenAi.TextResponseFormatJsonSchema{ description: String.t() | nil, name: String.t(), schema: map(), strict: boolean() | nil, type: String.t() }