- Added some school methods but will need to refactor the model calls
This commit is contained in:
@@ -4,9 +4,9 @@ const School = {
|
||||
"properties": {
|
||||
"name": { "type": "string" },
|
||||
"description": { "type": "string" },
|
||||
"id_meta_school": { "type": "number" },
|
||||
"meta_school_id": { "type": "number" },
|
||||
},
|
||||
"required": ["name", "description", "id_meta_school"]
|
||||
"required": ["name", "description", "meta_school_id"]
|
||||
}
|
||||
|
||||
module.exports = School
|
||||
Reference in New Issue
Block a user