Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Aug 18, 2023
1 parent e58c7ef commit 060f932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"paternal_id": {
"errorMessage": "Paternal ID cannot contain spaces",
"meta": ["paternal"],
"default": "0",
"anyOf": [
{
"type": "string",
Expand All @@ -67,6 +68,7 @@
"maternal_id": {
"errorMessage": "Maternal ID cannot contain spaces",
"meta": ["maternal"],
"default": "0",
"anyOf": [
{
"type": "string",
Expand Down

0 comments on commit 060f932

Please sign in to comment.