JUMP Requests
JUMP requests contain a set of properties for:
General information for invocation of a specific mashable, mashup or platform API and optional headers.
Input parameters for the platform API, mashable or mashup. The
params property may be an array of zero or more ordered parameters or an object with named parameters in JSON format that should be passed to the API, mashable or mashup that is being invoked. Parameters may be simple types, arrays or objects. See
Input Parameters for JUMP Requests for more information.
For example:
{
"version":"1.0",
"sid":"RDSService",
"svcVersion":"0.1",
"oid":"getAllServiceTypes",
"params":[]
}