@seamapi/types 1.566.0 → 1.567.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2672,6 +2672,11 @@ export default {
2672
2672
  },
2673
2673
  type: 'object',
2674
2674
  },
2675
+ space_ids: {
2676
+ description: 'IDs of the spaces that the entrance is in.',
2677
+ items: { format: 'uuid', type: 'string' },
2678
+ type: 'array',
2679
+ },
2675
2680
  visionline_metadata: {
2676
2681
  description: 'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
2677
2682
  properties: {
@@ -2720,6 +2725,7 @@ export default {
2720
2725
  required: [
2721
2726
  'acs_system_id',
2722
2727
  'acs_entrance_id',
2728
+ 'space_ids',
2723
2729
  'created_at',
2724
2730
  'display_name',
2725
2731
  'connected_account_id',
@@ -18031,6 +18037,11 @@ export default {
18031
18037
  },
18032
18038
  type: 'object',
18033
18039
  },
18040
+ space_ids: {
18041
+ description: 'IDs of the spaces that the entrance is in.',
18042
+ items: { format: 'uuid', type: 'string' },
18043
+ type: 'array',
18044
+ },
18034
18045
  visionline_metadata: {
18035
18046
  description: 'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
18036
18047
  properties: {
@@ -18079,6 +18090,7 @@ export default {
18079
18090
  required: [
18080
18091
  'acs_system_id',
18081
18092
  'acs_entrance_id',
18093
+ 'space_ids',
18082
18094
  'created_at',
18083
18095
  'display_name',
18084
18096
  'connected_account_id',
@@ -48099,314 +48111,7 @@ export default {
48099
48111
  description: 'ID of the affected access system user.',
48100
48112
  properties: {
48101
48113
  acs_entrances: {
48102
- items: {
48103
- description: 'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nIn an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the `acs_entrance` resources in your workspace or get these details for a specific `acs_entrance`. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.',
48104
- properties: {
48105
- acs_entrance_id: {
48106
- description: 'ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48107
- format: 'uuid',
48108
- type: 'string',
48109
- },
48110
- acs_system_id: {
48111
- description: 'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48112
- format: 'uuid',
48113
- type: 'string',
48114
- },
48115
- assa_abloy_vostio_metadata: {
48116
- description: 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48117
- properties: {
48118
- door_name: {
48119
- description: 'Name of the door in the Vostio access system.',
48120
- type: 'string',
48121
- },
48122
- door_number: {
48123
- description: 'Number of the door in the Vostio access system.',
48124
- format: 'float',
48125
- type: 'number',
48126
- },
48127
- door_type: {
48128
- description: 'Type of the door in the Vostio access system.',
48129
- enum: [
48130
- 'CommonDoor',
48131
- 'EntranceDoor',
48132
- 'GuestDoor',
48133
- 'Elevator',
48134
- ],
48135
- type: 'string',
48136
- },
48137
- pms_id: {
48138
- description: 'PMS ID of the door in the Vostio access system.',
48139
- type: 'string',
48140
- },
48141
- stand_open: {
48142
- description: 'Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.',
48143
- type: 'boolean',
48144
- },
48145
- },
48146
- required: ['door_type', 'door_name'],
48147
- type: 'object',
48148
- },
48149
- can_unlock_with_card: {
48150
- description: 'Indicates whether the ACS entrance can be unlocked with card credentials.',
48151
- type: 'boolean',
48152
- },
48153
- can_unlock_with_code: {
48154
- description: 'Indicates whether the ACS entrance can be unlocked with pin codes.',
48155
- type: 'boolean',
48156
- },
48157
- can_unlock_with_mobile_key: {
48158
- description: 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
48159
- type: 'boolean',
48160
- },
48161
- connected_account_id: {
48162
- description: 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48163
- format: 'uuid',
48164
- type: 'string',
48165
- },
48166
- created_at: {
48167
- description: 'Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created.',
48168
- format: 'date-time',
48169
- type: 'string',
48170
- },
48171
- display_name: {
48172
- description: 'Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48173
- type: 'string',
48174
- },
48175
- dormakaba_ambiance_metadata: {
48176
- description: 'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48177
- properties: {
48178
- access_point_name: {
48179
- description: 'Name of the access point in the dormakaba Ambiance access system.',
48180
- type: 'string',
48181
- },
48182
- },
48183
- required: ['access_point_name'],
48184
- type: 'object',
48185
- },
48186
- dormakaba_community_metadata: {
48187
- description: 'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48188
- properties: {
48189
- access_point_name: {
48190
- description: 'Name of the access point in the dormakaba Community access system.',
48191
- type: 'string',
48192
- },
48193
- access_point_profile: {
48194
- description: 'Type of access point profile in the dormakaba Community access system.',
48195
- type: 'string',
48196
- },
48197
- },
48198
- required: [
48199
- 'access_point_name',
48200
- 'access_point_profile',
48201
- ],
48202
- type: 'object',
48203
- },
48204
- errors: {
48205
- description: 'Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48206
- items: {
48207
- properties: {
48208
- error_code: {
48209
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
48210
- type: 'string',
48211
- },
48212
- message: {
48213
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
48214
- type: 'string',
48215
- },
48216
- },
48217
- required: ['error_code', 'message'],
48218
- type: 'object',
48219
- },
48220
- type: 'array',
48221
- },
48222
- hotek_metadata: {
48223
- description: 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48224
- properties: {
48225
- display_name: {
48226
- description: 'Display name of the entrance.',
48227
- type: 'string',
48228
- },
48229
- door_type: {
48230
- description: 'Type of door.',
48231
- enum: ['common_area', 'guest'],
48232
- type: 'string',
48233
- },
48234
- room_number: {
48235
- description: 'Room number of the entrance.',
48236
- type: 'string',
48237
- },
48238
- },
48239
- required: [
48240
- 'room_number',
48241
- 'display_name',
48242
- 'door_type',
48243
- ],
48244
- type: 'object',
48245
- },
48246
- latch_metadata: {
48247
- description: 'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48248
- properties: {
48249
- accessibility_type: {
48250
- description: 'Accessibility type in the Latch access system.',
48251
- type: 'string',
48252
- },
48253
- door_name: {
48254
- description: 'Name of the door in the Latch access system.',
48255
- type: 'string',
48256
- },
48257
- door_type: {
48258
- description: 'Type of the door in the Latch access system.',
48259
- type: 'string',
48260
- },
48261
- is_connected: {
48262
- description: 'Indicates whether the entrance is connected.',
48263
- type: 'boolean',
48264
- },
48265
- },
48266
- required: [
48267
- 'accessibility_type',
48268
- 'door_name',
48269
- 'door_type',
48270
- 'is_connected',
48271
- ],
48272
- type: 'object',
48273
- },
48274
- salto_ks_metadata: {
48275
- description: 'Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48276
- properties: {
48277
- battery_level: {
48278
- description: 'Battery level of the door access device.',
48279
- type: 'string',
48280
- },
48281
- door_name: {
48282
- description: 'Name of the door in the Salto KS access system.',
48283
- type: 'string',
48284
- },
48285
- intrusion_alarm: {
48286
- description: 'Indicates whether an intrusion alarm is active on the door.',
48287
- type: 'boolean',
48288
- },
48289
- left_open_alarm: {
48290
- description: 'Indicates whether the door is left open.',
48291
- type: 'boolean',
48292
- },
48293
- lock_type: {
48294
- description: 'Type of the lock in the Salto KS access system.',
48295
- type: 'string',
48296
- },
48297
- locked_state: {
48298
- description: 'Locked state of the door in the Salto KS access system.',
48299
- type: 'string',
48300
- },
48301
- online: {
48302
- description: 'Indicates whether the door access device is online.',
48303
- type: 'boolean',
48304
- },
48305
- privacy_mode: {
48306
- description: 'Indicates whether privacy mode is enabled for the lock.',
48307
- type: 'boolean',
48308
- },
48309
- },
48310
- required: [
48311
- 'door_name',
48312
- 'locked_state',
48313
- 'lock_type',
48314
- 'battery_level',
48315
- ],
48316
- type: 'object',
48317
- },
48318
- salto_space_metadata: {
48319
- description: 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48320
- properties: {
48321
- door_description: {
48322
- description: 'Description of the door in the Salto Space access system.',
48323
- type: 'string',
48324
- },
48325
- door_id: {
48326
- description: 'Door ID in the Salto Space access system.',
48327
- type: 'string',
48328
- },
48329
- door_name: {
48330
- description: 'Name of the door in the Salto Space access system.',
48331
- type: 'string',
48332
- },
48333
- ext_door_id: {
48334
- deprecated: true,
48335
- type: 'string',
48336
- 'x-deprecated': 'use door_id.',
48337
- },
48338
- room_description: {
48339
- description: 'Description of the room in the Salto Space access system.',
48340
- type: 'string',
48341
- },
48342
- room_name: {
48343
- description: 'Name of the room in the Salto Space access system.',
48344
- type: 'string',
48345
- },
48346
- },
48347
- type: 'object',
48348
- },
48349
- space_ids: {
48350
- items: { format: 'uuid', type: 'string' },
48351
- type: 'array',
48352
- },
48353
- visionline_metadata: {
48354
- description: 'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
48355
- properties: {
48356
- door_category: {
48357
- description: 'Category of the door in the Visionline access system.',
48358
- enum: [
48359
- 'entrance',
48360
- 'guest',
48361
- 'elevator reader',
48362
- 'common',
48363
- 'common (PMS)',
48364
- ],
48365
- type: 'string',
48366
- },
48367
- door_name: {
48368
- description: 'Name of the door in the Visionline access system.',
48369
- type: 'string',
48370
- },
48371
- profiles: {
48372
- description: 'Profile for the door in the Visionline access system.',
48373
- items: {
48374
- properties: {
48375
- visionline_door_profile_id: {
48376
- description: 'Door profile ID in the Visionline access system.',
48377
- type: 'string',
48378
- },
48379
- visionline_door_profile_type: {
48380
- description: 'Door profile type in the Visionline access system.',
48381
- enum: ['BLE', 'commonDoor', 'touch'],
48382
- type: 'string',
48383
- },
48384
- },
48385
- required: [
48386
- 'visionline_door_profile_id',
48387
- 'visionline_door_profile_type',
48388
- ],
48389
- type: 'object',
48390
- },
48391
- type: 'array',
48392
- },
48393
- },
48394
- required: ['door_name', 'door_category'],
48395
- type: 'object',
48396
- },
48397
- },
48398
- required: [
48399
- 'acs_system_id',
48400
- 'acs_entrance_id',
48401
- 'created_at',
48402
- 'display_name',
48403
- 'connected_account_id',
48404
- 'errors',
48405
- 'space_ids',
48406
- ],
48407
- type: 'object',
48408
- 'x-route-path': '/acs/entrances',
48409
- },
48114
+ items: { $ref: '#/components/schemas/acs_entrance' },
48410
48115
  type: 'array',
48411
48116
  },
48412
48117
  acs_systems: {
@@ -52028,314 +51733,7 @@ export default {
52028
51733
  description: 'ID of the affected access system user.',
52029
51734
  properties: {
52030
51735
  acs_entrances: {
52031
- items: {
52032
- description: 'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nIn an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the `acs_entrance` resources in your workspace or get these details for a specific `acs_entrance`. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.',
52033
- properties: {
52034
- acs_entrance_id: {
52035
- description: 'ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52036
- format: 'uuid',
52037
- type: 'string',
52038
- },
52039
- acs_system_id: {
52040
- description: 'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52041
- format: 'uuid',
52042
- type: 'string',
52043
- },
52044
- assa_abloy_vostio_metadata: {
52045
- description: 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52046
- properties: {
52047
- door_name: {
52048
- description: 'Name of the door in the Vostio access system.',
52049
- type: 'string',
52050
- },
52051
- door_number: {
52052
- description: 'Number of the door in the Vostio access system.',
52053
- format: 'float',
52054
- type: 'number',
52055
- },
52056
- door_type: {
52057
- description: 'Type of the door in the Vostio access system.',
52058
- enum: [
52059
- 'CommonDoor',
52060
- 'EntranceDoor',
52061
- 'GuestDoor',
52062
- 'Elevator',
52063
- ],
52064
- type: 'string',
52065
- },
52066
- pms_id: {
52067
- description: 'PMS ID of the door in the Vostio access system.',
52068
- type: 'string',
52069
- },
52070
- stand_open: {
52071
- description: 'Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.',
52072
- type: 'boolean',
52073
- },
52074
- },
52075
- required: ['door_type', 'door_name'],
52076
- type: 'object',
52077
- },
52078
- can_unlock_with_card: {
52079
- description: 'Indicates whether the ACS entrance can be unlocked with card credentials.',
52080
- type: 'boolean',
52081
- },
52082
- can_unlock_with_code: {
52083
- description: 'Indicates whether the ACS entrance can be unlocked with pin codes.',
52084
- type: 'boolean',
52085
- },
52086
- can_unlock_with_mobile_key: {
52087
- description: 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
52088
- type: 'boolean',
52089
- },
52090
- connected_account_id: {
52091
- description: 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52092
- format: 'uuid',
52093
- type: 'string',
52094
- },
52095
- created_at: {
52096
- description: 'Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created.',
52097
- format: 'date-time',
52098
- type: 'string',
52099
- },
52100
- display_name: {
52101
- description: 'Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52102
- type: 'string',
52103
- },
52104
- dormakaba_ambiance_metadata: {
52105
- description: 'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52106
- properties: {
52107
- access_point_name: {
52108
- description: 'Name of the access point in the dormakaba Ambiance access system.',
52109
- type: 'string',
52110
- },
52111
- },
52112
- required: ['access_point_name'],
52113
- type: 'object',
52114
- },
52115
- dormakaba_community_metadata: {
52116
- description: 'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52117
- properties: {
52118
- access_point_name: {
52119
- description: 'Name of the access point in the dormakaba Community access system.',
52120
- type: 'string',
52121
- },
52122
- access_point_profile: {
52123
- description: 'Type of access point profile in the dormakaba Community access system.',
52124
- type: 'string',
52125
- },
52126
- },
52127
- required: [
52128
- 'access_point_name',
52129
- 'access_point_profile',
52130
- ],
52131
- type: 'object',
52132
- },
52133
- errors: {
52134
- description: 'Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52135
- items: {
52136
- properties: {
52137
- error_code: {
52138
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
52139
- type: 'string',
52140
- },
52141
- message: {
52142
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
52143
- type: 'string',
52144
- },
52145
- },
52146
- required: ['error_code', 'message'],
52147
- type: 'object',
52148
- },
52149
- type: 'array',
52150
- },
52151
- hotek_metadata: {
52152
- description: 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52153
- properties: {
52154
- display_name: {
52155
- description: 'Display name of the entrance.',
52156
- type: 'string',
52157
- },
52158
- door_type: {
52159
- description: 'Type of door.',
52160
- enum: ['common_area', 'guest'],
52161
- type: 'string',
52162
- },
52163
- room_number: {
52164
- description: 'Room number of the entrance.',
52165
- type: 'string',
52166
- },
52167
- },
52168
- required: [
52169
- 'room_number',
52170
- 'display_name',
52171
- 'door_type',
52172
- ],
52173
- type: 'object',
52174
- },
52175
- latch_metadata: {
52176
- description: 'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52177
- properties: {
52178
- accessibility_type: {
52179
- description: 'Accessibility type in the Latch access system.',
52180
- type: 'string',
52181
- },
52182
- door_name: {
52183
- description: 'Name of the door in the Latch access system.',
52184
- type: 'string',
52185
- },
52186
- door_type: {
52187
- description: 'Type of the door in the Latch access system.',
52188
- type: 'string',
52189
- },
52190
- is_connected: {
52191
- description: 'Indicates whether the entrance is connected.',
52192
- type: 'boolean',
52193
- },
52194
- },
52195
- required: [
52196
- 'accessibility_type',
52197
- 'door_name',
52198
- 'door_type',
52199
- 'is_connected',
52200
- ],
52201
- type: 'object',
52202
- },
52203
- salto_ks_metadata: {
52204
- description: 'Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52205
- properties: {
52206
- battery_level: {
52207
- description: 'Battery level of the door access device.',
52208
- type: 'string',
52209
- },
52210
- door_name: {
52211
- description: 'Name of the door in the Salto KS access system.',
52212
- type: 'string',
52213
- },
52214
- intrusion_alarm: {
52215
- description: 'Indicates whether an intrusion alarm is active on the door.',
52216
- type: 'boolean',
52217
- },
52218
- left_open_alarm: {
52219
- description: 'Indicates whether the door is left open.',
52220
- type: 'boolean',
52221
- },
52222
- lock_type: {
52223
- description: 'Type of the lock in the Salto KS access system.',
52224
- type: 'string',
52225
- },
52226
- locked_state: {
52227
- description: 'Locked state of the door in the Salto KS access system.',
52228
- type: 'string',
52229
- },
52230
- online: {
52231
- description: 'Indicates whether the door access device is online.',
52232
- type: 'boolean',
52233
- },
52234
- privacy_mode: {
52235
- description: 'Indicates whether privacy mode is enabled for the lock.',
52236
- type: 'boolean',
52237
- },
52238
- },
52239
- required: [
52240
- 'door_name',
52241
- 'locked_state',
52242
- 'lock_type',
52243
- 'battery_level',
52244
- ],
52245
- type: 'object',
52246
- },
52247
- salto_space_metadata: {
52248
- description: 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52249
- properties: {
52250
- door_description: {
52251
- description: 'Description of the door in the Salto Space access system.',
52252
- type: 'string',
52253
- },
52254
- door_id: {
52255
- description: 'Door ID in the Salto Space access system.',
52256
- type: 'string',
52257
- },
52258
- door_name: {
52259
- description: 'Name of the door in the Salto Space access system.',
52260
- type: 'string',
52261
- },
52262
- ext_door_id: {
52263
- deprecated: true,
52264
- type: 'string',
52265
- 'x-deprecated': 'use door_id.',
52266
- },
52267
- room_description: {
52268
- description: 'Description of the room in the Salto Space access system.',
52269
- type: 'string',
52270
- },
52271
- room_name: {
52272
- description: 'Name of the room in the Salto Space access system.',
52273
- type: 'string',
52274
- },
52275
- },
52276
- type: 'object',
52277
- },
52278
- space_ids: {
52279
- items: { format: 'uuid', type: 'string' },
52280
- type: 'array',
52281
- },
52282
- visionline_metadata: {
52283
- description: 'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52284
- properties: {
52285
- door_category: {
52286
- description: 'Category of the door in the Visionline access system.',
52287
- enum: [
52288
- 'entrance',
52289
- 'guest',
52290
- 'elevator reader',
52291
- 'common',
52292
- 'common (PMS)',
52293
- ],
52294
- type: 'string',
52295
- },
52296
- door_name: {
52297
- description: 'Name of the door in the Visionline access system.',
52298
- type: 'string',
52299
- },
52300
- profiles: {
52301
- description: 'Profile for the door in the Visionline access system.',
52302
- items: {
52303
- properties: {
52304
- visionline_door_profile_id: {
52305
- description: 'Door profile ID in the Visionline access system.',
52306
- type: 'string',
52307
- },
52308
- visionline_door_profile_type: {
52309
- description: 'Door profile type in the Visionline access system.',
52310
- enum: ['BLE', 'commonDoor', 'touch'],
52311
- type: 'string',
52312
- },
52313
- },
52314
- required: [
52315
- 'visionline_door_profile_id',
52316
- 'visionline_door_profile_type',
52317
- ],
52318
- type: 'object',
52319
- },
52320
- type: 'array',
52321
- },
52322
- },
52323
- required: ['door_name', 'door_category'],
52324
- type: 'object',
52325
- },
52326
- },
52327
- required: [
52328
- 'acs_system_id',
52329
- 'acs_entrance_id',
52330
- 'created_at',
52331
- 'display_name',
52332
- 'connected_account_id',
52333
- 'errors',
52334
- 'space_ids',
52335
- ],
52336
- type: 'object',
52337
- 'x-route-path': '/acs/entrances',
52338
- },
51736
+ items: { $ref: '#/components/schemas/acs_entrance' },
52339
51737
  type: 'array',
52340
51738
  },
52341
51739
  acs_systems: {