- improve OAS schemas [12/n] - Support ignoring properties in type if it has the `@ignore` jsdoc tag.
14 lines
276 B
TypeScript
14 lines
276 B
TypeScript
/**
|
|
* @schema AdminSalesChannelResponse
|
|
* type: object
|
|
* description: The sales channel's details.
|
|
* x-schemaName: AdminSalesChannelResponse
|
|
* required:
|
|
* - sales_channel
|
|
* properties:
|
|
* sales_channel:
|
|
* $ref: "#/components/schemas/AdminSalesChannel"
|
|
*
|
|
*/
|
|
|