UNPKG

@mintlify/validation

Version:

Validates mint.json files

6 lines (5 loc) 155 B
import { z } from 'zod'; export const descriptionSchema = z .string() .trim() .describe('Optional description used for SEO and LLM indexing');