{
  "$schema": "http://json-schema.org/schema",
  "$id": "@scullyio/init:blog",
  "title": "Scully: Add a complete blog schematic",
  "type": "object",
  "properties": {
    "routingScope": {
      "enum": ["Child", "Root"],
      "type": "string",
      "description": "The scope for the new routing module.",
      "default": "Child"
    },
    "project": {
      "type": "string",
      "description": "add the project",
      "default": "defaultProject"
    }
  },
  "required": []
}
