modelSchema
Type: | modelSchema |
Namespace: | http://fico.com/xpress/insight/rest/v1 |
The schema of an optimization model and the ModelEntitys it defines.
Example JSON
{ "projectId" : "...", "entities" : [ { "..." : ... }, { } ], "path" : "...", "ownerId" : "...", "shareStatus" : "...", "parent" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "project" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }