{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://schema.org/Url", "title": "URL", "description": "A URL as defined by schema.org/URL", "type": "string", "format": "uri", "examples": [ "https://example.com", "http://www.example.org/image.png" ] }