- improve OAS schemas [12/n] - Support ignoring properties in type if it has the `@ignore` jsdoc tag.
14 lines
270 B
TypeScript
14 lines
270 B
TypeScript
/**
|
|
* @schema AdminServiceZoneResponse
|
|
* type: object
|
|
* description: The service zone's details.
|
|
* x-schemaName: AdminServiceZoneResponse
|
|
* required:
|
|
* - service_zone
|
|
* properties:
|
|
* service_zone:
|
|
* $ref: "#/components/schemas/AdminServiceZone"
|
|
*
|
|
*/
|
|
|