{
  "description": "DTO (Data Transfer Object) for Helper class Booking",
  "friendlyName": "Booking",
  "kind": "SchemaRootObject",
  "name": "BookingDTO",
  "properties": [
    {
      "description": "All Day",
      "friendlyName": "All Day",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "allDay",
      "underlyingName": "AllDay",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Company Id",
      "friendlyName": "Company Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "companyId",
      "underlyingName": "CompanyId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Contact Id",
      "friendlyName": "Contact Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "contactId",
      "underlyingName": "ContactId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Id",
      "friendlyName": "Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Kind",
      "friendlyName": "Kind",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "kind",
      "polymorphicStyleParameterName": "BookingKindEnumStyle",
      "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": "Kind",
      "underlyingType": "BookingKind",
      "underlyingTypeRef": "BookingKind"
    },
    {
      "description": "Lead Id",
      "friendlyName": "Lead Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "leadId",
      "underlyingName": "LeadId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Location",
      "friendlyName": "Location",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "location",
      "underlyingName": "Location",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Minutes",
      "friendlyName": "Minutes",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "minutes",
      "underlyingName": "Minutes",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "Recipients",
      "elementSchema": {
        "description": "DTO (Data Transfer Object) for Helper class MailAddress representing the 'Mail Address' entity",
        "friendlyName": "MailAddress",
        "kind": "SchemaRootObject",
        "name": "MailAddressDTO",
        "properties": [
          {
            "description": "Address",
            "friendlyName": "Address",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "address",
            "underlyingName": "Address",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          {
            "description": "Display Name",
            "friendlyName": "Display Name",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "displayName",
            "underlyingName": "DisplayName",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          }
        ],
        "underlyingType": "MailAddressDTO",
        "underlyingTypeRef": "MailAddressDTO"
      },
      "friendlyName": "Recipients",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "recipients",
      "underlyingName": "Recipients",
      "underlyingType": "MailAddressDTO[]",
      "underlyingTypeRef": "MailAddressDTO"
    },
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "Slots",
      "elementSchema": {
        "description": "DTO (Data Transfer Object) for Helper class Booking",
        "friendlyName": "BookingSlot",
        "kind": "SchemaRootObject",
        "name": "BookingSlotDTO",
        "properties": [
          {
            "description": "Confirmation",
            "friendlyName": "Confirmation",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "confirmation",
            "underlyingName": "Confirmation",
            "underlyingType": "bool",
            "underlyingTypeRef": "Boolean"
          },
          {
            "description": "End",
            "friendlyName": "End",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "end",
            "underlyingName": "End",
            "underlyingType": "DateTime",
            "underlyingTypeRef": "DateTime"
          },
          {
            "description": "Id",
            "friendlyName": "Id",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "id",
            "underlyingName": "Id",
            "underlyingType": "long",
            "underlyingTypeRef": "Int64"
          },
          {
            "description": "Start",
            "friendlyName": "Start",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "start",
            "underlyingName": "Start",
            "underlyingType": "DateTime",
            "underlyingTypeRef": "DateTime"
          }
        ],
        "underlyingType": "BookingSlotDTO",
        "underlyingTypeRef": "BookingSlotDTO"
      },
      "friendlyName": "Slots",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "slots",
      "underlyingName": "Slots",
      "underlyingType": "BookingSlotDTO[]",
      "underlyingTypeRef": "BookingSlotDTO"
    },
    {
      "description": "Title",
      "friendlyName": "Title",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "title",
      "underlyingName": "Title",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Token",
      "friendlyName": "Token",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "token",
      "underlyingName": "Token",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "User Id",
      "friendlyName": "User Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "userId",
      "underlyingName": "UserId",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    }
  ],
  "underlyingType": "BookingDTO",
  "underlyingTypeRef": "BookingDTO"
}