Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Jul 1, 2024
1 parent 75261c2 commit ae9c70a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,10 @@
"schema": {},
"mapping": {
"type": "object",
"properties": {
"university": {
"properties": {
"qcode": {"type": "string"},
"name": {"type": "string"},
}
},
},
"properties": {"university": {"type": "string"}},
},
"allow_unknown": True,
}
},
"allow_unknown": True,
"dynamic": False,
}
}

0 comments on commit ae9c70a

Please sign in to comment.