{
  "behavioral_layer": {
    "conditioning_models": {
      "classical": {
        "cs_us_mapping": [],
        "acquisition_rate": 0.0,
        "extinction_rate": 0.0
      },
      "operant": {
        "reinforcement_schedule": "FR-1",
        "learning_rate": 0.0,
        "discount_factor": 0.0
      }
    },
    "performance_metrics": {
      "reaction_time_distribution": [],
      "accuracy": 0.0,
      "error_types": [],
      "speed_accuracy_tradeoff": {
        "slope": 0.0,
        "intercept": 0.0
      }
    }
  },
 
  "cognitive_layer": {
    "working_memory": {
      "capacity": 0,
      "decay_rate": 0.0,
      "refresh_rate": 0.0
    },
    "attention": {
      "selective_filter_strength": 0.0,
      "sustained_attention_stability": 0.0,
      "switching_cost": 0
    },
    "decision_models": {
      "drift_diffusion": {
        "drift_rate": 0.0,
        "boundary_separation": 0.0,
        "non_decision_time": 0.0
      },
      "signal_detection": {
        "sensitivity_d_prime": 0.0,
        "criterion_c": 0.0
      }
    },
    "learning_models": {
      "reinforcement_learning": {
        "learning_rate": 0.0,
        "exploration_rate": 0.0,
        "reward_sensitivity": 0.0
      }
    }
  },
 
  "measurement_layer": {
    "psychometrics": {
      "reliability_alpha": 0.0,
      "test_retest_stability": 0.0,
      "factor_structure": []
    },
    "neuropsych_tests": {
      "task_battery": []
    }
  },
 
  "anchoring_constraints": {
    "circuit_mappings": [],
    "neurophys_signatures": [],
    "pharmacological_profiles": []
  }
}

Updated