{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Url", "title": "Url", "type": "object", "properties": { "url": { "type": "string" }, "is_customized": { "type": "boolean" } }, "x-tags": [ "Models" ] }