snippets_snippet_name

Snippet identifying name

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-snippets-snippet-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/snippets_snippet_name",
  "title": "snippets_snippet_name",
  "description": "Snippet identifying name",
  "example": "snippet_name_01",
  "pattern": "^[A-Za-z0-9_]+$",
  "type": "string"
}