UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

17 lines (16 loc) 284 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/atom/quote", "title": "quote", "description": "A quote atom", "type": "object", "properties": { "text": { "type": "string" }, "cite": { "type": "string" } }, "required": ["text"] }