Version Module
The SCE JSON's version module is the simplest contained in the SCE JSON, and as such makes an ideal starting point. The version of the SCE JSON in use can also be of critical importance, so let us tackle it now.
Version Request Data Object Field Definition
Example - Request Envelope for Version Module:
{
"Module" : "Version",
"Data" : {}
}
The Data object in the Version module request should be empty (e.g {}) but present.
Version Response Data Object Field Definition
Example - Response Envelope for Version Module:
{
"Result" : 200,
"Module" : "Version",
"Data" : {
"Errors" : [
],
"Warnings" : [
],
"Product" : "SCEJSON",
"Version" : "2021.07.0",
"Rootpath" : "/var/task",
"Copyright" : "(c) 2021 J. L. Sherman and Associates, Inc."
}
}