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