{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "NgGenerateEnableRuleSetSchematicsSchema",
  "title": "Generate rules-engine to component",
  "description": "Generate the code to enable rules-engine on a component",
  "properties": {
    "projectName": {
      "type": "string",
      "description": "Project name",
      "$default": {
        "$source": "projectName"
      }
    },
    "path": {
      "type": "string",
      "description": "Path to the component"
    },
    "skipLinter": {
      "type": "boolean",
      "description": "Skip the linter process",
      "default": false
    }
  },
  "additionalProperties": true,
  "required": [
    "path"
  ]
}
