You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registries/_extension/x-twitter.md
+5-12
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,11 @@ objects: [ "contactObject" ]
8
8
layout: default
9
9
---
10
10
11
-
# <ahref="..">{{ page.collection }}</a>
12
-
13
-
## {{ page.slug }} - {{ page.description }}
14
-
11
+
{% capture summary %}
15
12
The `x-twitter` extension is used to hold a reference to the API provider's Twitter account. It can appear as a property in the following objects: `{{page.objects|jsonify}}`.
13
+
{% endcapture %}
16
14
17
-
### Schema
18
-
19
-
```yaml
20
-
{{page.schema}}
21
-
```
22
-
23
-
### Example
24
-
15
+
{% capture example %}
25
16
```yaml
26
17
openapi: 3.0.0
27
18
info:
@@ -34,4 +25,6 @@ info:
34
25
Used by: (informational)
35
26
36
27
* APIs.guru
28
+
{% endcapture %}
37
29
30
+
{% include extension-entry.md summary=summary example=example %}
0 commit comments