pages_domain_name

Name of the domain.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pages-domain-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pages_domain_name",
  "title": "pages_domain_name",
  "description": "Name of the domain.",
  "example": "this-is-my-domain-01.com",
  "pattern": "^[a-z0-9][a-z0-9-]*$",
  "type": "string"
}