/** * @schema AdminFulfillmentResponse * type: object * description: A fulfillment's details. * x-schemaName: AdminFulfillmentResponse * required: * - fulfillment * properties: * fulfillment: * $ref: "#/components/schemas/AdminFulfillment" * */