{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiDocumentSlug", "title": "API Document Slug", "description": "The `slug` is used in generated URLs to provide human readable paths.\n\nDefaults to `slugify(title)`\n", "type": "string", "example": "api-document", "pattern": "^[\\w-]+$" }