From e07f9cd706ec10479b772343c64a9b9dfeb8dcb9 Mon Sep 17 00:00:00 2001 From: fatmakhan0395 <145523589+fatmakhan0395@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:00:04 -0800 Subject: [PATCH] updated schema --- src/schemas/22-10216/schema.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/schemas/22-10216/schema.js b/src/schemas/22-10216/schema.js index 61d8ea6d..be47f2c9 100644 --- a/src/schemas/22-10216/schema.js +++ b/src/schemas/22-10216/schema.js @@ -23,9 +23,6 @@ const schema = { termStartDate: { $ref: '#/definitions/date', }, - dateOfCalculations: { - $ref: '#/definitions/date', - }, }, }, studentRatioCalcChapter: { @@ -33,9 +30,12 @@ const schema = { required: ['beneficiaryStudent', 'numOfStudent', 'dateOfCalculation'], properties: { beneficiaryStudent: { - type: 'number', + type: 'integer', }, numOfStudent: { + type: 'integer', + }, + VaBeneficiaryStudentsPercentage: { type: 'number', }, dateOfCalculation: {