UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

20 lines (19 loc) 423 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "ngAddSchematicsSchema", "title": "Add Otter schematics ", "description": "ngAdd Otter schematics ", "properties": { "projectName": { "type": "string", "description": "Project name", "$default": { "$source": "projectName" }, "alias": "project" } }, "additionalProperties": true, "required": [ ] }