II.
LibraryProcess JSON
Structured · livelib-process:automotive-engineering--vehicle-level-validation
vehicle-level-validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:automotive-engineering--vehicle-level-validation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "vehicle-level-validation",
"description": "Vehicle-Level Validation Testing - Execute comprehensive vehicle-level validation including\ndurability testing, performance validation, NVH assessment, and customer-focused evaluation.",
"libraryPath": "library/specializations/domains/science/automotive-engineering/vehicle-level-validation.js",
"specialization": "automotive-engineering",
"references": [
"- SAE J1211 Recommended Environmental Practices\n- ISO 12405 Electrically Propelled Road Vehicles Test Specification\n- GMW Standards / Ford CETP / VW TL Standards\n- UN ECE Regulations"
],
"example": "const result = await orchestrate('specializations/domains/science/automotive-engineering/vehicle-level-validation', {\n vehicleProgram: 'EV-Crossover-2027',\n vehicleType: 'battery-electric',\n validationScope: ['durability', 'performance', 'NVH', 'thermal', 'EMC'],\n targetMarkets: ['North-America', 'Europe', 'China']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "domain:automotive-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "workflow:simulation-validation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--vehicle-level-validation",
"to": "specialization:automotive-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}