ElementName

Element name for resources and sources

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-elementname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ElementName",
  "title": "ElementName",
  "type": "string",
  "description": "Element name for resources and sources",
  "minLength": 2,
  "pattern": "^[a-z0-9]([-_+a-z0-9]*[a-z0-9])?$",
  "examples": [
    "frontend-image",
    "backend-image",
    "helm-chart"
  ]
}