{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UpsertCollection", "type": "object", "required": [ "config", "name" ], "properties": { "name": { "type": "string" }, "config": { "$ref": "common.json#/definitions/GenericModelConfig" } } }