{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "NgAddIframeToComponentSchematicsSchema",
  "title": "Add iframe to an existing component",
  "description": "Add iframe to an existing component",
  "properties": {
    "path": {
      "type": "string",
      "description": "Path to the component"
    },
    "skipLinter": {
      "type": "boolean",
      "description": "Skip the linter process",
      "default": false
    }
  },
  "additionalProperties": true,
  "required": [
    "path"
  ]
}
