{
  "type": "object",
  "properties": {
    "modelId": {
      "type": "string",
      "description": "This is the id of a model which will be searched for the specified document."
    }
  },
  "required": ["modelId"],
  "additionalProperties": false
}
