Skip to content

Commit 877d2f2

Browse files
committed
fix: schema
1 parent eb4d32e commit 877d2f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/webapp/validation_schemas/base_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"checks": []
3333
},
3434
"first_generation_student": {
35-
"dtype": "string",
35+
"dtype": "category",
3636
"coerce": true,
3737
"nullable": true,
3838
"required": false,

src/webapp/validation_schemas/pdp_schema_extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,23 +515,23 @@
515515
"checks": []
516516
},
517517
"years_to_associates_or_certificate_at_cohort_inst": {
518-
"dtype": "category",
518+
"dtype": "string",
519519
"coerce": true,
520520
"nullable": true,
521521
"required": true,
522522
"aliases": [],
523523
"checks": []
524524
},
525525
"years_to_associates_or_certificate_at_other_inst": {
526-
"dtype": "category",
526+
"dtype": "string",
527527
"coerce": true,
528528
"nullable": true,
529529
"required": true,
530530
"aliases": [],
531531
"checks": []
532532
},
533533
"years_to_bachelor_at_other_inst": {
534-
"dtype": "category",
534+
"dtype": "string",
535535
"coerce": true,
536536
"nullable": true,
537537
"required": true,

0 commit comments

Comments
 (0)