healthchecks_name

A short name to identify the health check. Only alphanumeric characters, hyphens and underscores are allowed.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-healthchecks-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/healthchecks_name",
  "title": "healthchecks_name",
  "description": "A short name to identify the health check. Only alphanumeric characters, hyphens and underscores are allowed.",
  "example": "server-1",
  "type": "string"
}