The URL associated with the custom page.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/custom-pages_url", "title": "custom-pages_url", "default": "", "description": "The URL associated with the custom page.", "example": "http://www.example.com", "format": "uri", "type": "string" }