UNPKG

gen-json-schemas

Version:

A Javascript package to generate JSON schemas dynamically

6 lines 119 B
const Product = { "@context": "https://schema.org/", "@type": "Product", "name": "", "image": "" }