UNPKG

gen-json-schemas

Version:

A Javascript package to generate JSON schemas dynamically

6 lines (5 loc) 335 B
const schemas = ['Article', 'NewsArticle', 'BlogPosting', 'BreadcrumbList', 'Event', 'FAQPage', 'HowTo', 'JobPosting', 'LocalBusiness', 'Organization', 'Person', 'Product', 'Recipe', 'VideoObject', 'WebSite'] as const export default interface SchemaI { "@context": "https://schema.org"; "@type": typeof schemas[number]; }