IOpenApiSchemaError is a type representing an error that occurred during the
iteration or transformation of the OpenAPI schema (JSON schema) of
OpenApi.IJsonSchema type.
The most IOpenApiSchemaError is occurred by the transformation process from
OpenApi.IJsonSchema to ILlmSchema type. The transformation can
be failed by following reasons:
OpenAPI schema related error.
IOpenApiSchemaError
is a type representing an error that occurred during the iteration or transformation of the OpenAPI schema (JSON schema) of OpenApi.IJsonSchema type.The most
IOpenApiSchemaError
is occurred by the transformation process from OpenApi.IJsonSchema to ILlmSchema type. The transformation can be failed by following reasons:Author
Jeongho Nam - https://github.com/samchon