{
  "$schema": "http://json-schema.org/schema",
  "id": "angular-firebase-schematic-ng-add",
  "title": "Angular OneSignal ng-add schematic",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "appId": {
      "type": "string",
      "default": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
      "description": "Your OneSignal App Id",
      "x-prompt": "What is your oneSignal appId?"
    }
  },
  "required": []
}