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