- improve OAS schemas [12/n] - Support ignoring properties in type if it has the `@ignore` jsdoc tag.
14 lines
288 B
TypeScript
14 lines
288 B
TypeScript
/**
|
|
* @schema AdminShippingOptionResponse
|
|
* type: object
|
|
* description: The shipping option's details.
|
|
* x-schemaName: AdminShippingOptionResponse
|
|
* required:
|
|
* - shipping_option
|
|
* properties:
|
|
* shipping_option:
|
|
* $ref: "#/components/schemas/AdminShippingOption"
|
|
*
|
|
*/
|
|
|