{
  "description": "DTO (Data Transfer Object) for Helper class WorkRangeSlot representing the 'Work Range Slot' entity",
  "friendlyName": "WorkRangeSlot",
  "kind": "SchemaRootObject",
  "name": "WorkRangeSlotDTO",
  "properties": [
    {
      "description": "All Day",
      "friendlyName": "All Day",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "allDay",
      "underlyingName": "AllDay",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Closed",
      "friendlyName": "Closed",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "closed",
      "underlyingName": "Closed",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Day Of Week",
      "friendlyName": "Day Of Week",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "dayOfWeek",
      "polymorphicStyleParameterName": "DayOfWeekEnumStyle",
      "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": "DayOfWeek",
      "underlyingType": "DayOfWeek",
      "underlyingTypeRef": "DayOfWeek"
    },
    {
      "description": "Day Of Week Name",
      "friendlyName": "Day Of Week Name",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "dayOfWeekName",
      "underlyingName": "DayOfWeekName",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Minutes End",
      "friendlyName": "Minutes End",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "minutesEnd",
      "underlyingName": "MinutesEnd",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Minutes Start",
      "friendlyName": "Minutes Start",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "minutesStart",
      "underlyingName": "MinutesStart",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    }
  ],
  "underlyingType": "WorkRangeSlotDTO",
  "underlyingTypeRef": "WorkRangeSlotDTO"
}