custom-pages_url

The URL associated with the custom page.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-pages-url-schema.json Raw ↑
{
  "$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"
}