Actions
Activity #4004
openFeature #63: DigiPatho Web -- Development, Validation, Certification and Deployment
Activity #3475: Prepare application for VAPT - .Local and .Global
Task Assignment – JSON Schema Validation for Cervical Data
Start date:
07/15/2025
Due date:
% Done:
0%
Estimated time:
Planned Due Date:
Description
Please take up the task of implementing JSON schema validation for the Cervical data.
Sample JSON :
{
"type": "CERVICAL",
"slide_id": "DCW-25-205",
"person_name": "Sruthi",
"global_sc_per_id": "SCPE25274"
}
Kindly ensure that:
The type field should accept only predefined values (e.g., CERVICAL, ORAL, etc.).
All fields must follow their expected data types and constraints (e.g., string formats, mandatory fields).
Return proper validation error messages if any required field is missing or invalid.
Actions