{
  "$schema": "http://json-schema.org/schema",
  "$id": "AngularDjango2Application",
  "title": "angular-django2 application schematic",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "name": {
      "type": "string",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "description": "The application name."
    },
    "routing": {
      "type": "boolean",
      "default": true
    },
    "standalone": {
      "type": "boolean",
      "default": true
    },
    "style": {
      "type": "string",
      "default": "scss",
      "description": "The stylesheet format. Defaults to scss."
    }
  },
  "required": ["name"]
}
