diff --git a/docs/api/acs/credentials/README.md b/docs/api/acs/credentials/README.md index 354b7d0e6..d67d701e9 100644 --- a/docs/api/acs/credentials/README.md +++ b/docs/api/acs/credentials/README.md @@ -277,12 +277,12 @@ Visionline-specific metadata for the [credential](../../../capability-guides/acc - auto_join Boolean - card_function_type Enum -
- Enum values: - - - guest` - - staff` -
+
+ Enum values: + + - guest` + - staff` +
- card_id String diff --git a/docs/api/acs/entrances/README.md b/docs/api/acs/entrances/README.md index 92250226c..3fba30354 100644 --- a/docs/api/acs/entrances/README.md +++ b/docs/api/acs/entrances/README.md @@ -48,14 +48,14 @@ ASSA ABLOY Vostio-specific metadata associated with the [entrance](../../../capa - door_number Number - door_type Enum -
- Enum values: - - - CommonDoor` - - EntranceDoor` - - GuestDoor` - - Elevator` -
+
+ Enum values: + + - CommonDoor` + - EntranceDoor` + - GuestDoor` + - Elevator` +
- pms_id String @@ -197,15 +197,15 @@ Visionline-specific metadata associated with the [entrance](../../../capability- Child Properties - door_category Enum -
- Enum values: - - - entrance` - - guest` - - elevator reader` - - common` - - common (PMS)` -
+
+ Enum values: + + - entrance` + - guest` + - elevator reader` + - common` + - common (PMS)` +
- door_name String diff --git a/docs/api/acs/systems/README.md b/docs/api/acs/systems/README.md index 1d33ff026..4761cdd71 100644 --- a/docs/api/acs/systems/README.md +++ b/docs/api/acs/systems/README.md @@ -422,8 +422,8 @@ Indicates whether the `acs_system` is a credential manager. Child Properties - time_zone String - - Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located. + + Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located. @@ -486,16 +486,16 @@ Name of the [access control system](https://docs.seam.co/latest/capability-guide Child Properties - lan_address String - - IP address or hostname of the main Visionline server relative to [Seam Bridge](../../../capability-guides/seam-bridge.md) on the local network. + + IP address or hostname of the main Visionline server relative to [Seam Bridge](../../../capability-guides/seam-bridge.md) on the local network. - mobile_access_uuid String - - Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. + + Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. - system_id String - - Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. + + Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. diff --git a/docs/api/acs/users/README.md b/docs/api/acs/users/README.md index 41367f2a1..ee42604a6 100644 --- a/docs/api/acs/users/README.md +++ b/docs/api/acs/users/README.md @@ -28,12 +28,12 @@ For details about how to configure `acs_user`s in your access control system, se Child Properties - ends_at Datetime - - Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. + + Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. - starts_at Datetime - - Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. + + Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. @@ -611,8 +611,8 @@ Seam is in the process of pushing an access group membership update to the integ Child Properties - acs_access_group_id UUID - - Old access group ID. + + Old access group ID. --- @@ -643,8 +643,8 @@ Seam is in the process of pushing an access group membership update to the integ Child Properties - acs_access_group_id UUID - - New access group ID. + + New access group ID. diff --git a/docs/api/connected_accounts/README.md b/docs/api/connected_accounts/README.md index f83569fdf..e550ecdfb 100644 --- a/docs/api/connected_accounts/README.md +++ b/docs/api/connected_accounts/README.md @@ -279,8 +279,8 @@ Indicates that the maximum number of users allowed for the site has been reached Child Properties - sites List of Objects - - Salto sites associated with the connected account that has an error. + + Salto sites associated with the connected account that has an error. - site_id String @@ -317,24 +317,24 @@ User identifier associated with the connected account. Child Properties - api_url String - - API URL for the user identifier associated with the connected account. + + API URL for the user identifier associated with the connected account. - email String - - Email address of the user identifier associated with the connected account. + + Email address of the user identifier associated with the connected account. - exclusive Boolean - - Indicates whether the user identifier associated with the connected account is exclusive. + + Indicates whether the user identifier associated with the connected account is exclusive. - phone String - - Phone number of the user identifier associated with the connected account. + + Phone number of the user identifier associated with the connected account. - username String - - Username of the user identifier associated with the connected account. + + Username of the user identifier associated with the connected account. @@ -443,8 +443,8 @@ Indicates that the Salto KS site has exceeded 80% of the maximum number of allow Child Properties - sites List of Objects - - Salto sites associated with the connected account that has a warning. + + Salto sites associated with the connected account that has a warning. - site_id String diff --git a/src/layouts/partials/api-resource.hbs b/src/layouts/partials/api-resource.hbs index 461c4576a..6e4dfa997 100644 --- a/src/layouts/partials/api-resource.hbs +++ b/src/layouts/partials/api-resource.hbs @@ -68,7 +68,7 @@ This object has no properties. Child Properties {{#each objectProperties}} - - {{> property-nested this}} + - {{> property-nested this isList=true}} {{/each}} {{/if}} diff --git a/src/layouts/partials/property-content.hbs b/src/layouts/partials/property-content.hbs index 7708b6a2b..d3a4a009b 100644 --- a/src/layouts/partials/property-content.hbs +++ b/src/layouts/partials/property-content.hbs @@ -32,7 +32,7 @@ This object has no properties. Child Properties {{#each objectProperties}} -- {{> property-nested this}} +- {{> property-nested this isList=true }} {{/each}} {{/if}} {{/unless}} diff --git a/src/layouts/partials/property-nested-internal.hbs b/src/layouts/partials/property-nested-internal.hbs index 6174065d6..f5cd97698 100644 --- a/src/layouts/partials/property-nested-internal.hbs +++ b/src/layouts/partials/property-nested-internal.hbs @@ -11,7 +11,7 @@ Enum values: {{#each enumValues}} - - {{this}}` + - {{this}} {{/each}} {{/if}} diff --git a/src/layouts/partials/property-nested.hbs b/src/layouts/partials/property-nested.hbs index cba143252..bde4daf20 100644 --- a/src/layouts/partials/property-nested.hbs +++ b/src/layouts/partials/property-nested.hbs @@ -1,5 +1,9 @@ {{name}} {{format}}{{#if listItemFormat}} of {{listItemFormat}}s{{/if}} +{{#if isList}} + {{> property-nested-internal}} +{{else}} {{> property-nested-internal}} +{{/if}} {{#if listProperties}} {{#each listProperties}}