UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

19 lines (18 loc) 397 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" } } }, "additionalProperties": true, "required": [ ] }