export const trainingId = {
name: 'trainingId',
in: 'path',
description: 'Id of the training on which the operation will be performed.',
required: true,
schema: { $ref: '#/components/schemas/Training/properties/id' },
};
//# sourceMappingURL=trainingId.js.map