[T] ExtensionDecorator
Attach some custom data to the OpenAPI element generated from this type.
Parameters
Parameter | Type | Description |
---|---|---|
context | DecoratorContext | - |
target | Type | - |
key | string | Extension key. Must start with x- |
value | Type | Extension value. |
Returns
void