Closed samchon closed 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.
@samchon/openapi
x-
OpenApi.IDocument
Schema
Operation
OpenApi.IDocument<Schema, Operation>
OpenApi.IOperation<Schema>
To support dependent libraries utilizing
@samchon/openapi
which adds special plugin properties starting withx-
key name, changedOpenApi.IDocument
and its subsidiary structures to have two generic arguments:Schema
andOperation
.OpenApi.IDocument<Schema, Operation>
OpenApi.IOperation<Schema>