SCTypeDefinition

Properties
name data type description
WCTypeId string
attributes array of SCAttributeDefinition
canCreate boolean
domainModelName string

Example

{
  "attributes" : [ {
    "dataType" : "...",
    "description" : "...",
    "displayName" : "...",
    "internalName" : "..."
  }, {
    "dataType" : "...",
    "description" : "...",
    "displayName" : "...",
    "internalName" : "..."
  } ],
  "domainModelName" : "...",
  "canCreate" : true,
  "WCTypeId" : "..."
}