{
  "type": "object",
  "properties": {
    "modelId": {
      "type": "string",
      "description": "This is the id of a model within the current namespace which will be used to upsert the document."
    },
    "setMissingPropertiesToNull": {
      "type": "boolean",
      "description": "Controls whether to null out fields not provided in the input document. Defaults to false."
    }
  },
  "required": ["modelId"],
  "additionalProperties": false
}
