pages_project_name

Name of the project.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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