Skip to content

fix: child object properties missing line-breaks #627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/api/acs/access_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,15 @@ Warnings associated with the `acs_access_group`.

<details>
<summary>Child Object Properties</summary>

<strong><code>created_at</code></strong> <i>Datetime</i>

Date and time at which Seam created the warning.

<strong><code>message</code></strong> <i>String</i>

Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.

<strong><code>warning_code</code></strong> <i>Enum</i>

Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
Expand Down
2 changes: 2 additions & 0 deletions docs/api/acs/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ Errors associated with the [credential](../../../capability-guides/access-system

<details>
<summary>Child Object Properties</summary>

<strong><code>error_code</code></strong> <i>String</i>

<strong><code>message</code></strong> <i>String</i>
</details>

Expand Down
3 changes: 3 additions & 0 deletions docs/api/acs/encoders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ Errors associated with the [encoder](../../../capability-guides/access-systems/w

<details>
<summary>Child Object Properties</summary>

<strong><code>created_at</code></strong> <i>Datetime</i>

Date and time at which Seam created the error.

<strong><code>error_code</code></strong> <i>Enum</i>

Unique identifier of the type of error. Enables quick recognition and categorization of the issue.
Expand All @@ -97,6 +99,7 @@ Errors associated with the [encoder](../../../capability-guides/access-systems/w

- <code>acs_encoder_removed`</code>
</details>

<strong><code>message</code></strong> <i>String</i>

Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
Expand Down
2 changes: 2 additions & 0 deletions docs/api/acs/entrances/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ Errors associated with the [entrance](../../../capability-guides/access-systems/

<details>
<summary>Child Object Properties</summary>

<strong><code>error_code</code></strong> <i>String</i>

Unique identifier of the type of error. Enables quick recognition and categorization of the issue.

<strong><code>message</code></strong> <i>String</i>

Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
Expand Down
4 changes: 4 additions & 0 deletions docs/api/phones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ Errors associated with the phone.

<details>
<summary>Child Object Properties</summary>

<strong><code>error_code</code></strong> <i>String</i>

<strong><code>message</code></strong> <i>String</i>
</details>

Expand All @@ -114,7 +116,9 @@ Warnings associated with the phone.

<details>
<summary>Child Object Properties</summary>

<strong><code>message</code></strong> <i>String</i>

<strong><code>warning_code</code></strong> <i>String</i>
</details>

Expand Down
2 changes: 2 additions & 0 deletions docs/api/thermostats/schedules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ Errors associated with the [thermostat schedule](../../../capability-guides/ther

<details>
<summary>Child Object Properties</summary>

<strong><code>error_code</code></strong> <i>String</i>

Unique identifier of the type of error. Enables quick recognition and categorization of the issue.

<strong><code>message</code></strong> <i>String</i>

Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
Expand Down
1 change: 1 addition & 0 deletions src/layouts/partials/api-resource.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ This variant has no additional specific properties.
<details>
<summary>Child Object Properties</summary>
{{#each listProperties}}

{{> property-nested this}}
{{/each}}
</details>
Expand Down
Loading