{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ConvertFileUrl", "description": "", "type": "object", "properties": { "url": { "type": "string", "format": "uri" }, "type": { "type": "string" } }, "required": [ "type", "url" ] }