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