{
  "$schema": "http://json-schema.org/schema",
  "$id": "omega-angular-omega-files",
  "title": "Omega files only (wire + flow + behavior + agent)",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Feature name used as folder and file prefix (e.g. auth, cliente).",
      "$default": {
        "$source": "argv",
        "index": 0
      }
    },
    "path": {
      "type": "string",
      "description": "Base path where the folder should be created (default: current terminal path relative to workspace)."
    }
  },
  "required": ["name"],
  "additionalProperties": false
}
