{
"description": "DTO (Data Transfer Object) for Helper class FlowLog representing the 'Flow Log' entity",
"friendlyName": "FlowLog",
"kind": "SchemaRootObject",
"name": "FlowLogDTO",
"properties": [
{
"description": "Checked By",
"friendlyName": "Checked By",
"isLogicalPrimitive": true,
"isNullable": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "checkedBy",
"underlyingName": "CheckedBy",
"underlyingType": "int?",
"underlyingTypeRef": "Nullable`1"
},
{
"description": "Checked Date",
"friendlyName": "Checked Date",
"isLogicalPrimitive": true,
"isNullable": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "checkedDate",
"underlyingName": "CheckedDate",
"underlyingType": "DateTime?",
"underlyingTypeRef": "Nullable`1"
},
{
"description": "Created By Id",
"friendlyName": "Created By Id",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "createdById",
"underlyingName": "CreatedById",
"underlyingType": "int",
"underlyingTypeRef": "Int32"
},
{
"description": "Created Date",
"friendlyName": "Created Date",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "createdDate",
"underlyingName": "CreatedDate",
"underlyingType": "DateTime",
"underlyingTypeRef": "DateTime"
},
{
"description": "Cross Id",
"friendlyName": "Cross Id",
"isLogicalPrimitive": true,
"isNullable": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "crossId",
"underlyingName": "CrossId",
"underlyingType": "long?",
"underlyingTypeRef": "Nullable`1"
},
{
"description": "Cross Type",
"friendlyName": "Cross Type",
"isEnum": true,
"isNullable": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "crossType",
"underlyingName": "CrossType",
"underlyingType": "BusinessObjectType?",
"underlyingTypeRef": "Nullable`1"
},
{
"description": "Id",
"friendlyName": "Id",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "id",
"underlyingName": "Id",
"underlyingType": "long",
"underlyingTypeRef": "Int64"
},
{
"description": "Message",
"friendlyName": "Message",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "message",
"underlyingName": "Message",
"underlyingType": "string",
"underlyingTypeRef": "String"
},
{
"customConverterType": "WebApiStyleBasedPropertyJsonConverter",
"description": "Result",
"friendlyName": "Result",
"isEnum": true,
"isLogicalPrimitive": true,
"isPolymorphic": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "result",
"polymorphicStyleParameterName": "FlowStepResultEnumStyle",
"polymorphicStyles": {
"LegacyV9;AdaptiveInteger": {
"isLogicalPrimitive": true,
"kind": "SchemaRootObject",
"name": "Int32",
"underlyingType": "int",
"underlyingTypeRef": "Int32"
},
"WebApiV1;AdaptiveInteger": {
"isLogicalPrimitive": true,
"kind": "SchemaRootObject",
"name": "Int32",
"underlyingType": "int",
"underlyingTypeRef": "Int32"
},
"WebApiV1;AdaptiveString": {
"isLogicalPrimitive": true,
"kind": "SchemaRootObject",
"name": "String",
"underlyingType": "string",
"underlyingTypeRef": "String"
}
},
"underlyingName": "Result",
"underlyingType": "FlowStepResult",
"underlyingTypeRef": "FlowStepResult"
},
{
"description": "Running",
"friendlyName": "Running",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "running",
"underlyingName": "Running",
"underlyingType": "bool",
"underlyingTypeRef": "Boolean"
},
{
"description": "Step Id",
"friendlyName": "Step Id",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "stepId",
"underlyingName": "StepId",
"underlyingType": "long",
"underlyingTypeRef": "Int64"
},
{
"description": "Step Name",
"friendlyName": "Step Name",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "stepName",
"underlyingName": "StepName",
"underlyingType": "string",
"underlyingTypeRef": "String"
},
{
"description": "Timeout Date",
"friendlyName": "Timeout Date",
"isLogicalPrimitive": true,
"isNullable": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "timeoutDate",
"underlyingName": "TimeoutDate",
"underlyingType": "DateTime?",
"underlyingTypeRef": "Nullable`1"
}
],
"underlyingType": "FlowLogDTO",
"underlyingTypeRef": "FlowLogDTO"
}