{
  "$schema": "http://json-schema.org/schema",
  "$id": "xplat-ionic-angular",
  "title": "xplat ionic angular schema",
  "type": "object",
  "properties": {
    "prefix": {
      "type": "string",
      "description": "The prefix to apply to generated selectors.",
      "alias": "p"
    },
    "npmScope": {
      "type": "string",
      "description": "The npm scope to use.",
      "alias": "wn"
    },
    "skipFormat": {
      "description": "Skip formatting files",
      "type": "boolean",
      "default": false
    }
  }
}
