Schema representing a BatchRequestInput within the OpenAI API
@type t() :: %ExOpenAI.Components.BatchRequestInput{ custom_id: String.t() | nil, method: :POST | nil, url: String.t() | nil }