{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "entity": {
      "description": "Clean Architecture Entity Schematic.",
      "factory": "./entity/index#entity",
      "schema": "./entity/schema.json"
    },
    "gateway": {
      "description": "Clean Architecture Gateway Schematic.",
      "factory": "./gateway/index#gateway",
      "schema": "./gateway/schema.json"
    },
    "network": {
      "description": "Clean Architecture Network Schematic.",
      "factory": "./network/index#network",
      "schema": "./network/schema.json"
    },
    "state": {
      "description": "Clean Architecture State Schematic.",
      "factory": "./state/index#state",
      "schema": "./state/schema.json"
    },
    "feature": {
      "description": "Clean Architecture Feature Schematic.",
      "factory": "./feature/index#feature",
      "schema": "./feature/schema.json"
    },
    "component": {
      "description": "Clean Architecture Component Schematic.",
      "factory": "./component/index#component",
      "schema": "./component/schema.json"
    }
  }
}
