UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

15 lines (14 loc) 310 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/atom/icon", "title": "icon", "description": "An icon atom", "type": "object", "properties": { "icon": { "description": "The short name of the icon", "enum": ["check", "arrow", "nitro"] } }, "required": ["icon"] }