{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MarketplaceAddParams",
  "type": "object",
  "required": [
    "source"
  ],
  "properties": {
    "refName": {
      "type": [
        "string",
        "null"
      ]
    },
    "source": {
      "type": "string"
    },
    "sparsePaths": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}