14 lines
231 B
TypeScript
14 lines
231 B
TypeScript
/**
|
|
* @schema AdminClaimResponse
|
|
* type: object
|
|
* description: The claim's details.
|
|
* x-schemaName: AdminClaimResponse
|
|
* required:
|
|
* - claim
|
|
* properties:
|
|
* claim:
|
|
* $ref: "#/components/schemas/AdminClaim"
|
|
*
|
|
*/
|
|
|