Skip to content

Commit

Permalink
grades are made non mandatory field
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanush-2397 committed Jun 22, 2023
1 parent 97e13a0 commit b72a55e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/JsonSchemas/dimensions/schoolcategory-dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
},
"grades": {
"type": "string",
"shouldnotnull": true
"shouldnotnull": false
}
},
"required": [
"schoolcategory_id",
"schoolcategory_name",
"grades"
"schoolcategory_name"
]
}
}

0 comments on commit b72a55e

Please sign in to comment.