{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RemoveCollection", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" } } }