access_title

The title shown on the landing page.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-title-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_title",
  "title": "access_title",
  "default": "Welcome!",
  "description": "The title shown on the landing page.",
  "example": "Welcome back!",
  "type": "string"
}