{ "type": "object", "properties": { "type": { "type": "string", "example": "standard" }, "url": { "type": "string", "example": "https://www.example.com/resource" } }, "required": [ "type", "url" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ExternalUrl" }