{
  "type": "object",
  "properties": {
    "modelId": {
      "type": "string",
      "description": "This is the id of a model from which a single document will be fetched."
    },
    "filter": {
      "type": "object",
      "description": "Conditions which the document must meet to be returned."
    }

  },
  "required": ["modelId"],
  "additionalProperties": false
}
