CAMP 1.0.0
Chemistry Across Multiple Phases
Input JSON Object Format: Sub-Model (general)

A json object containing the information required by a sub-model of the form:

{ "camp-data" : [
{
"type" : "SUB_MODEL_TYPE",
"some parameter" : 123.34,
"some other parameter" : true,
"nested parameters" : {
"sub param 1" : 12.43,
"sub param other " : "some text",
...
},
...
},
...
]}

Sub-models must have a unique type that corresponds to a valid sub-model type. These include:

All remaining data are optional and may include and valid json value, including nested objects. However, extending types will have specific requirements for the remaining data.