{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "This object represents the modflow model",
  "type": "object",
  "required": ["mf"],
  "properties": {
    "mf": {
      "$ref": "mfPackages.json"
    },
    "mp": {
        "type": "object"
    },
    "mt": {
      "$ref": "mtPackages.json"
    },
    "swt": {
      "$ref": "swtPackages.json"
    }
  },
  "additionalProperties": false
}