UNPKG

gen-json-schemas

Version:

A Javascript package to generate JSON schemas dynamically

7 lines 133 B
const Person = { "@context": "https://schema.org/", "@type": "Person", "name": "", "url": "", "image": "" }