Name of the project.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pages_project_name", "title": "pages_project_name", "description": "Name of the project.", "example": "this-is-my-project-01", "pattern": "^[a-z0-9][a-z0-9-]*$", "type": "string" }