samchon / openapi

OpenAPI definitions, converters and LLM function calling application composer.
MIT License
34 stars 2 forks source link

Make `OpenApi.IDocument` to be generic. #23

Closed samchon closed 4 months ago

samchon commented 4 months ago

To support dependent libraries utilizing @samchon/openapi which adds special plugin properties starting with x- key name, changed OpenApi.IDocument and its subsidiary structures to have two generic arguments: Schema and Operation.