Skip to content

Commit ae7ab5f

Browse files
committed
add api-response-resource.hbs
1 parent 7d76fd9 commit ae7ab5f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{% tabs %}
2+
{% tab title="JSON" %}
3+
```json
4+
{
5+
{{#each properties}}
6+
{{#if @last}}
7+
{{name}}: [example value]
8+
{{else}}
9+
{{name}}: [example value],
10+
{{/if}}
11+
{{/each}}
12+
}
13+
```
14+
{% endtab %}
15+
{% endtabs %}

0 commit comments

Comments
 (0)