Add the isp tag to capsules' & rockets' info page.
In the case of Dragon capsules, it would be something like that:
"thrusters": [
{
"type": "Draco",
"amount": 18,
...
"isp": 235,
}
]
And in the case of rockets, it'd include both sea level & vacuum Isp figures:
"engines": {
"number": 9,
"type": "merlin",
"version": "1D+",
...
"isp": {
"sea_level": 282,
"vacuum: 311
}
}