The title shown on the landing page.
{ "$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" }