CAMP 1.0.0
Chemistry Across Multiple Phases
Input JSON Object Format: Mechanism

A json object containing information about a chemical mechanism has the following format :

{ "camp-data" : [
{
"name" : "my mechanism",
"type" : "MECHANISM",
"reactions" : [
...
]
}
]}

A mechanism object must have a unique name, a type of MECHANISM and an array of reaction objects labelled reactions. Mechanism data may be split into multiple mechanism objects across input files - they will be combined based on the mechanism name.