{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_url_param", "title": "intel_url_param", "properties": { "url": { "$ref": "#/components/schemas/intel_url" } }, "type": "object" }