cfg_spaces = {
  default = {
    meta_scheme = {
      -- internal.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- internal.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
    },
    meta_indexes = {}
  },
  face_events_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:acknowledged:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:acknowledged',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:acknowledged_by:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:acknowledged_by',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:acknowledged_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 5,
          name = 'm:acknowledged_date',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:acknowledged_reaction:
      {
          default = '',
          field_type = 'string',
          id = 6,
          name = 'm:acknowledged_reaction',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:backward_line_crossing:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:backward_line_crossing',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:bs_type:
      {
          default = '',
          field_type = 'string',
          id = 8,
          name = 'm:bs_type',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:camera:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:camera',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:camera_group:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:camera_group',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:case:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:case',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:cluster_confidence:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 12,
          name = 'm:cluster_confidence',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:confidence:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 13,
          name = 'm:confidence',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 14,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:detector_params:
      {
          default = '',
          field_type = 'string',
          id = 15,
          name = 'm:detector_params',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:episode:
      {
          default = 0,
          field_type = 'unsigned',
          id = 16,
          name = 'm:episode',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:episode_open:
      {
          default = 0,
          field_type = 'unsigned',
          id = 17,
          name = 'm:episode_open',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:external_detector:
      {
          default = 0,
          field_type = 'unsigned',
          id = 18,
          name = 'm:external_detector',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_age:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 19,
          name = 'm:f_age',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_beard_class:
      {
          default = '',
          field_type = 'string',
          id = 20,
          name = 'm:f_beard_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_beard_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 21,
          name = 'm:f_beard_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_emotions_class:
      {
          default = '',
          field_type = 'string',
          id = 22,
          name = 'm:f_emotions_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_emotions_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 23,
          name = 'm:f_emotions_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_eyes_attrs_class:
      {
          default = '',
          field_type = 'string',
          id = 24,
          name = 'm:f_eyes_attrs_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_eyes_attrs_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 25,
          name = 'm:f_eyes_attrs_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_gender_class:
      {
          default = '',
          field_type = 'string',
          id = 26,
          name = 'm:f_gender_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_gender_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 27,
          name = 'm:f_gender_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_glasses_class:
      {
          default = '',
          field_type = 'string',
          id = 28,
          name = 'm:f_glasses_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_glasses_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 29,
          name = 'm:f_glasses_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_liveness_class:
      {
          default = '',
          field_type = 'string',
          id = 30,
          name = 'm:f_liveness_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_liveness_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 31,
          name = 'm:f_liveness_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_race_class:
      {
          default = '',
          field_type = 'string',
          id = 32,
          name = 'm:f_race_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_race_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 33,
          name = 'm:f_race_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_medmask_class:
      {
          default = '',
          field_type = 'string',
          id = 34,
          name = 'm:f_medmask_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_medmask_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 35,
          name = 'm:f_medmask_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_pitch:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 36,
          name = 'm:f_pitch',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:f_yaw:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 37,
          name = 'm:f_yaw',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:first_appearance:
      {
          default = 0,
          field_type = 'unsigned',
          id = 38,
          name = 'm:first_appearance',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 39,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 40,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 41,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 42,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:fullframe:
      {
          default = '',
          field_type = 'string',
          id = 43,
          name = 'm:fullframe',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 44,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:latitude:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 45,
          name = 'm:latitude',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:lines:
      {
          default = 0,
          field_type = 'unsigned',
          id = 46,
          name = 'm:lines',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:line_crossing_direction:
      {
          default = '',
          field_type = 'string',
          id = 47,
          name = 'm:line_crossing_direction',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:local:
      {
          default = 0,
          field_type = 'unsigned',
          id = 48,
          name = 'm:local',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:longitude:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 49,
          name = 'm:longitude',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:matched:
      {
          default = 0,
          field_type = 'unsigned',
          id = 50,
          name = 'm:matched',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:matched_card:
      {
          default = 0,
          field_type = 'unsigned',
          id = 51,
          name = 'm:matched_card',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:matched_cluster:
      {
          default = 0,
          field_type = 'unsigned',
          id = 52,
          name = 'm:matched_cluster',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:matched_lists:
      {
          default = {},
          field_type = 'set[unsigned]',
          id = 53,
          name = 'm:matched_lists',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:matched_face:
      {
          default = 0,
          field_type = 'unsigned',
          id = 54,
          name = 'm:matched_face',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:meta_params:
      {
          default = '',
          field_type = 'string',
          id = 55,
          name = 'm:meta_params',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:processing_iteration:
      {
          default = 0,
          field_type = 'unsigned',
          id = 56,
          name = 'm:processing_iteration',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:quality:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 57,
          name = 'm:quality',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:request_id:
      {
          default = '',
          field_type = 'string',
          id = 58,
          name = 'm:request_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:temperature:
      {
          default = "0",
          field_type = 'unsigned',
          id = 59,
          name = 'm:temperature',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 60,
          name = 'm:thumbnail',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:track_id:
      {
          default = '',
          field_type = 'string',
          id = 61,
          name = 'm:track_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.face.models.FaceEvent'>.m:video_archive:
      {
          default = 0,
          field_type = 'unsigned',
          id = 62,
          name = 'm:video_archive',
      },
    },
    meta_indexes = {'m:created_date','m:camera','m:matched','m:case','m:external_detector','m:episode_open','m:video_archive','m:acknowledged','m:lines','m:line_crossing_direction','m:backward_line_crossing','m:latitude','m:longitude','m:episode','m:matched_face','m:matched_cluster','m:matched_card','m:f_gender_class','m:f_age','m:f_emotions_class','m:f_liveness_class','m:f_beard_class','m:f_glasses_class','m:f_race_class','m:f_medmask_class','m:f_yaw','m:f_pitch','m:local','m:first_appearance'}

  },
  body_events_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:acknowledged:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:acknowledged',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:acknowledged_by:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:acknowledged_by',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:acknowledged_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 5,
          name = 'm:acknowledged_date',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:acknowledged_reaction:
      {
          default = '',
          field_type = 'string',
          id = 6,
          name = 'm:acknowledged_reaction',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:backward_line_crossing:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:backward_line_crossing',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:bs_type:
      {
          default = '',
          field_type = 'string',
          id = 8,
          name = 'm:bs_type',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:camera:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:camera',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:camera_group:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:camera_group',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:case:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:case',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:cluster_confidence:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 12,
          name = 'm:cluster_confidence',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:confidence:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 13,
          name = 'm:confidence',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 14,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:detector_params:
      {
          default = '',
          field_type = 'string',
          id = 15,
          name = 'm:detector_params',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:episode:
      {
          default = 0,
          field_type = 'unsigned',
          id = 16,
          name = 'm:episode',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:episode_open:
      {
          default = 0,
          field_type = 'unsigned',
          id = 17,
          name = 'm:episode_open',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:external_detector:
      {
          default = 0,
          field_type = 'unsigned',
          id = 18,
          name = 'm:external_detector',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_age_group_class:
      {
          default = '',
          field_type = 'string',
          id = 19,
          name = 'm:f_age_group_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_age_group_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 20,
          name = 'm:f_age_group_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bag_back_class:
      {
          default = '',
          field_type = 'string',
          id = 21,
          name = 'm:f_bag_back_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bag_back_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 22,
          name = 'm:f_bag_back_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bag_ground_class:
      {
          default = '',
          field_type = 'string',
          id = 23,
          name = 'm:f_bag_ground_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bag_ground_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 24,
          name = 'm:f_bag_ground_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bag_hand_class:
      {
          default = '',
          field_type = 'string',
          id = 25,
          name = 'm:f_bag_hand_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bag_hand_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 26,
          name = 'm:f_bag_hand_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bottom_color_class:
      {
          default = '',
          field_type = 'string',
          id = 27,
          name = 'm:f_bottom_color_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_bottom_color_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 28,
          name = 'm:f_bottom_color_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_detailed_upper_clothes_class:
      {
          default = '',
          field_type = 'string',
          id = 29,
          name = 'm:f_detailed_upper_clothes_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_detailed_upper_clothes_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 30,
          name = 'm:f_detailed_upper_clothes_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_fall_class:
      {
          default = '',
          field_type = 'string',
          id = 31,
          name = 'm:f_fall_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_fall_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 32,
          name = 'm:f_fall_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_gender_class:
      {
          default = '',
          field_type = 'string',
          id = 33,
          name = 'm:f_gender_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_gender_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 34,
          name = 'm:f_gender_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_phone_call_class:
      {
          default = '',
          field_type = 'string',
          id = 35,
          name = 'm:f_handface_phone_call_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_phone_call_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 36,
          name = 'm:f_handface_phone_call_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_phone_use_class:
      {
          default = '',
          field_type = 'string',
          id = 37,
          name = 'm:f_handface_phone_use_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_phone_use_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 38,
          name = 'm:f_handface_phone_use_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_smoking_class:
      {
          default = '',
          field_type = 'string',
          id = 39,
          name = 'm:f_handface_smoking_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_smoking_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 40,
          name = 'm:f_handface_smoking_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_taking_pictures_class:
      {
          default = '',
          field_type = 'string',
          id = 41,
          name = 'm:f_handface_taking_pictures_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_handface_taking_pictures_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 42,
          name = 'm:f_handface_taking_pictures_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_headwear_class:
      {
          default = '',
          field_type = 'string',
          id = 43,
          name = 'm:f_headwear_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_headwear_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 44,
          name = 'm:f_headwear_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_helmet_class:
      {
          default = '',
          field_type = 'string',
          id = 45,
          name = 'm:f_helmet_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_helmet_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 46,
          name = 'm:f_helmet_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_lower_clothes_class:
      {
          default = '',
          field_type = 'string',
          id = 47,
          name = 'm:f_lower_clothes_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_lower_clothes_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 48,
          name = 'm:f_lower_clothes_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_top_color_class:
      {
          default = '',
          field_type = 'string',
          id = 49,
          name = 'm:f_top_color_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_top_color_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 50,
          name = 'm:f_top_color_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_uniform_class:
      {
          default = '',
          field_type = 'string',
          id = 51,
          name = 'm:f_uniform_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_uniform_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 52,
          name = 'm:f_uniform_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_upper_clothes_class:
      {
          default = '',
          field_type = 'string',
          id = 53,
          name = 'm:f_upper_clothes_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_upper_clothes_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 54,
          name = 'm:f_upper_clothes_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_vest_class:
      {
          default = '',
          field_type = 'string',
          id = 55,
          name = 'm:f_vest_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:f_vest_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 56,
          name = 'm:f_vest_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 57,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 58,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 59,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 60,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:fullframe:
      {
          default = '',
          field_type = 'string',
          id = 61,
          name = 'm:fullframe',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 62,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:latitude:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 63,
          name = 'm:latitude',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:lines:
      {
          default = 0,
          field_type = 'unsigned',
          id = 64,
          name = 'm:lines',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:line_crossing_direction:
      {
          default = '',
          field_type = 'string',
          id = 65,
          name = 'm:line_crossing_direction',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:longitude:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 66,
          name = 'm:longitude',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:matched:
      {
          default = 0,
          field_type = 'unsigned',
          id = 67,
          name = 'm:matched',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:matched_card:
      {
          default = 0,
          field_type = 'unsigned',
          id = 68,
          name = 'm:matched_card',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:matched_cluster:
      {
          default = 0,
          field_type = 'unsigned',
          id = 69,
          name = 'm:matched_cluster',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:matched_lists:
      {
          default = {},
          field_type = 'set[unsigned]',
          id = 70,
          name = 'm:matched_lists',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:matched_body:
      {
          default = 0,
          field_type = 'unsigned',
          id = 71,
          name = 'm:matched_body',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:meta_params:
      {
          default = '',
          field_type = 'string',
          id = 72,
          name = 'm:meta_params',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:processing_iteration:
      {
          default = 0,
          field_type = 'unsigned',
          id = 73,
          name = 'm:processing_iteration',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:quality:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 74,
          name = 'm:quality',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:request_id:
      {
          default = '',
          field_type = 'string',
          id = 75,
          name = 'm:request_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 76,
          name = 'm:thumbnail',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:track_id:
      {
          default = '',
          field_type = 'string',
          id = 77,
          name = 'm:track_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.body.models.BodyEvent'>.m:video_archive:
      {
          default = 0,
          field_type = 'unsigned',
          id = 78,
          name = 'm:video_archive',
      },
    },
    meta_indexes = {'m:created_date','m:camera','m:matched','m:case','m:external_detector','m:episode_open','m:video_archive','m:acknowledged','m:lines','m:line_crossing_direction','m:backward_line_crossing','m:latitude','m:longitude','m:episode','m:matched_body','m:matched_cluster','m:matched_card','m:f_bottom_color_class','m:f_top_color_class','m:f_detailed_upper_clothes_class','m:f_headwear_class','m:f_lower_clothes_class','m:f_upper_clothes_class','m:f_bag_hand_class','m:f_bag_back_class','m:f_bag_ground_class','m:f_vest_class','m:f_helmet_class','m:f_age_group_class','m:f_gender_class'}

  },
  car_events_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:acknowledged:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:acknowledged',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:acknowledged_by:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:acknowledged_by',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:acknowledged_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 5,
          name = 'm:acknowledged_date',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:acknowledged_reaction:
      {
          default = '',
          field_type = 'string',
          id = 6,
          name = 'm:acknowledged_reaction',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:backward_line_crossing:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:backward_line_crossing',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:bs_type:
      {
          default = '',
          field_type = 'string',
          id = 8,
          name = 'm:bs_type',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:camera:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:camera',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:camera_group:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:camera_group',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:case:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:case',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:cluster_confidence:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 12,
          name = 'm:cluster_confidence',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:confidence:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 13,
          name = 'm:confidence',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 14,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:detector_params:
      {
          default = '',
          field_type = 'string',
          id = 15,
          name = 'm:detector_params',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:episode:
      {
          default = 0,
          field_type = 'unsigned',
          id = 16,
          name = 'm:episode',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:episode_open:
      {
          default = 0,
          field_type = 'unsigned',
          id = 17,
          name = 'm:episode_open',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:external_detector:
      {
          default = 0,
          field_type = 'unsigned',
          id = 18,
          name = 'm:external_detector',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_body_class:
      {
          default = '',
          field_type = 'string',
          id = 19,
          name = 'm:f_body_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_body_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 20,
          name = 'm:f_body_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_category_class:
      {
          default = '',
          field_type = 'string',
          id = 21,
          name = 'm:f_category_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_category_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 22,
          name = 'm:f_category_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_color_class:
      {
          default = '',
          field_type = 'string',
          id = 23,
          name = 'm:f_color_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_color_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 24,
          name = 'm:f_color_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_bbox:
      {
          default = '',
          field_type = 'string',
          id = 25,
          name = 'm:f_license_plate_bbox',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_country_class:
      {
          default = '',
          field_type = 'string',
          id = 26,
          name = 'm:f_license_plate_country_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_country_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 27,
          name = 'm:f_license_plate_country_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_number_class:
      {
          default = '',
          field_type = 'string',
          id = 28,
          name = 'm:f_license_plate_number_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_number_color_class:
      {
          default = '',
          field_type = 'string',
          id = 29,
          name = 'm:f_license_plate_number_color_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_number_color_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 30,
          name = 'm:f_license_plate_number_color_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_number_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 31,
          name = 'm:f_license_plate_number_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_region_class:
      {
          default = '',
          field_type = 'string',
          id = 32,
          name = 'm:f_license_plate_region_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_license_plate_region_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 33,
          name = 'm:f_license_plate_region_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_make_class:
      {
          default = '',
          field_type = 'string',
          id = 34,
          name = 'm:f_make_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_make_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 35,
          name = 'm:f_make_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_model_class:
      {
          default = '',
          field_type = 'string',
          id = 36,
          name = 'm:f_model_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_model_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 37,
          name = 'm:f_model_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_orientation_class:
      {
          default = '',
          field_type = 'string',
          id = 38,
          name = 'm:f_orientation_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_orientation_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 39,
          name = 'm:f_orientation_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_special_vehicle_type_class:
      {
          default = '',
          field_type = 'string',
          id = 40,
          name = 'm:f_special_vehicle_type_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_special_vehicle_type_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 41,
          name = 'm:f_special_vehicle_type_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_weight_type_class:
      {
          default = '',
          field_type = 'string',
          id = 42,
          name = 'm:f_weight_type_class',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:f_weight_type_score:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 43,
          name = 'm:f_weight_type_score',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 44,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 45,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 46,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 47,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:fullframe:
      {
          default = '',
          field_type = 'string',
          id = 48,
          name = 'm:fullframe',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 49,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:latitude:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 50,
          name = 'm:latitude',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:license_plate_thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 51,
          name = 'm:license_plate_thumbnail',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:lines:
      {
          default = 0,
          field_type = 'unsigned',
          id = 52,
          name = 'm:lines',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:line_crossing_direction:
      {
          default = '',
          field_type = 'string',
          id = 53,
          name = 'm:line_crossing_direction',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:longitude:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 54,
          name = 'm:longitude',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:matched:
      {
          default = 0,
          field_type = 'unsigned',
          id = 55,
          name = 'm:matched',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:matched_card:
      {
          default = 0,
          field_type = 'unsigned',
          id = 56,
          name = 'm:matched_card',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:matched_cluster:
      {
          default = 0,
          field_type = 'unsigned',
          id = 57,
          name = 'm:matched_cluster',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:matched_lists:
      {
          default = {},
          field_type = 'set[unsigned]',
          id = 58,
          name = 'm:matched_lists',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:matched_car:
      {
          default = 0,
          field_type = 'unsigned',
          id = 59,
          name = 'm:matched_car',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:meta_params:
      {
          default = '',
          field_type = 'string',
          id = 60,
          name = 'm:meta_params',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:processing_iteration:
      {
          default = 0,
          field_type = 'unsigned',
          id = 61,
          name = 'm:processing_iteration',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:quality:
      {
          default = "10000000000000000000",
          field_type = 'unsigned',
          id = 62,
          name = 'm:quality',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:request_id:
      {
          default = '',
          field_type = 'string',
          id = 63,
          name = 'm:request_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 64,
          name = 'm:thumbnail',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:track_id:
      {
          default = '',
          field_type = 'string',
          id = 65,
          name = 'm:track_id',
      },
      -- <class 'ffsecurity.entities_tnt.events.car.models.CarEvent'>.m:video_archive:
      {
          default = 0,
          field_type = 'unsigned',
          id = 66,
          name = 'm:video_archive',
      },
    },
    meta_indexes = {'m:created_date','m:camera','m:matched','m:case','m:external_detector','m:episode_open','m:video_archive','m:acknowledged','m:lines','m:line_crossing_direction','m:backward_line_crossing','m:latitude','m:longitude','m:episode','m:matched_car','m:matched_cluster','m:matched_card','m:f_color_class','m:f_body_class','m:f_make_class','m:f_model_class','m:f_license_plate_number_class','m:f_license_plate_country_class','m:f_license_plate_region_class','m:f_special_vehicle_type_class','m:f_category_class','m:f_weight_type_class','m:f_orientation_class'}

  },
  face_objects_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:active:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:active',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:card:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:card',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 5,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:features:
      {
          default = '',
          field_type = 'string',
          id = 6,
          name = 'm:features',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 8,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:modified_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 12,
          name = 'm:modified_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:source_photo:
      {
          default = '',
          field_type = 'string',
          id = 13,
          name = 'm:source_photo',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:source_photo_name:
      {
          default = '',
          field_type = 'string',
          id = 14,
          name = 'm:source_photo_name',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.FaceObject'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 15,
          name = 'm:thumbnail',
      },
    },
    meta_indexes = {'m:card'}

  },
  body_objects_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:active:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:active',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:card:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:card',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 5,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:features:
      {
          default = '',
          field_type = 'string',
          id = 6,
          name = 'm:features',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 8,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:modified_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 12,
          name = 'm:modified_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:source_photo:
      {
          default = '',
          field_type = 'string',
          id = 13,
          name = 'm:source_photo',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:source_photo_name:
      {
          default = '',
          field_type = 'string',
          id = 14,
          name = 'm:source_photo_name',
      },
      -- <class 'ffsecurity.entities_tnt.objects.body.models.BodyObject'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 15,
          name = 'm:thumbnail',
      },
    },
    meta_indexes = {'m:card'}

  },
  car_objects_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:active:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:active',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:card:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:card',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 5,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:features:
      {
          default = '',
          field_type = 'string',
          id = 6,
          name = 'm:features',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 8,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:modified_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 12,
          name = 'm:modified_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:source_photo:
      {
          default = '',
          field_type = 'string',
          id = 13,
          name = 'm:source_photo',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:source_photo_name:
      {
          default = '',
          field_type = 'string',
          id = 14,
          name = 'm:source_photo_name',
      },
      -- <class 'ffsecurity.entities_tnt.objects.car.models.CarObject'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 15,
          name = 'm:thumbnail',
      },
    },
    meta_indexes = {'m:card'}

  },
  user_face_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:active:
      {
          default = 0,
          field_type = 'unsigned',
          id = 3,
          name = 'm:active',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:created_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 4,
          name = 'm:created_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:features:
      {
          default = '',
          field_type = 'string',
          id = 5,
          name = 'm:features',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:frame_coords_bottom:
      {
          default = 0,
          field_type = 'unsigned',
          id = 6,
          name = 'm:frame_coords_bottom',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:frame_coords_left:
      {
          default = 0,
          field_type = 'unsigned',
          id = 7,
          name = 'm:frame_coords_left',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:frame_coords_right:
      {
          default = 0,
          field_type = 'unsigned',
          id = 8,
          name = 'm:frame_coords_right',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:frame_coords_top:
      {
          default = 0,
          field_type = 'unsigned',
          id = 9,
          name = 'm:frame_coords_top',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:pk:
      {
          default = 0,
          field_type = 'unsigned',
          id = 10,
          name = 'm:pk',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:modified_date:
      {
          default = 0,
          field_type = 'unsigned',
          id = 11,
          name = 'm:modified_date',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:source_photo:
      {
          default = '',
          field_type = 'string',
          id = 12,
          name = 'm:source_photo',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:source_photo_name:
      {
          default = '',
          field_type = 'string',
          id = 13,
          name = 'm:source_photo_name',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:thumbnail:
      {
          default = '',
          field_type = 'string',
          id = 14,
          name = 'm:thumbnail',
      },
      -- <class 'ffsecurity.entities_tnt.objects.face.models.UserFace'>.m:user:
      {
          default = 0,
          field_type = 'unsigned',
          id = 15,
          name = 'm:user',
      },
    },
    meta_indexes = {}
  },
  face_clusters_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities.cluster.face.models.FaceCluster'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities.cluster.face.models.FaceCluster'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities.cluster.face.models.FaceCluster'>.m:nonnormalized_emben:
      {
          default = '',
          field_type = 'string',
          id = 3,
          name = 'm:nonnormalized_emben',
      },
    },
    meta_indexes = {}
  },
  body_clusters_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities.cluster.body.models.BodyCluster'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities.cluster.body.models.BodyCluster'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities.cluster.body.models.BodyCluster'>.m:nonnormalized_emben:
      {
          default = '',
          field_type = 'string',
          id = 3,
          name = 'm:nonnormalized_emben',
      },
    },
    meta_indexes = {}
  },
  car_clusters_space = {
    meta_scheme = {
      -- <class 'ffsecurity.entities.cluster.car.models.CarCluster'>.normalized_id:
      {
          default = '',
          field_type = 'string',
          id = 1,
          name = 'normalized_id',
      },
      -- <class 'ffsecurity.entities.cluster.car.models.CarCluster'>.feat:
      {
          default = '',
          field_type = 'string',
          id = 2,
          name = 'feat',
      },
      -- <class 'ffsecurity.entities.cluster.car.models.CarCluster'>.m:nonnormalized_emben:
      {
          default = '',
          field_type = 'string',
          id = 3,
          name = 'm:nonnormalized_emben',
      },
    },
    meta_indexes = {}
  },
}
