{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "foo": {
      "description": "Foo schematic for testing.",
      "factory": "./foo/index#foo"
    }
  }
}
