@o3r/core
Version:
Core of the Otter Framework
22 lines (21 loc) • 572 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "NgAddContextSchematicsSchema",
"title": "Add Otter Context to an existing component",
"description": "Add Otter Context to an existing component",
"properties": {
"path": {
"type": "string",
"description": "Path to the component"
},
"skipLinter": {
"type": "boolean",
"description": "Skip the linter process which includes EsLint and EditorConfig rules applying",
"default": false
}
},
"additionalProperties": true,
"required": [
"path"
]
}