We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d1c82 commit b5eeda5Copy full SHA for b5eeda5
registries/_format/int16.md
@@ -6,22 +6,8 @@ base_type: number
6
layout: default
7
---
8
9
-# <a href="..">{{ page.collection }}</a>
10
-
11
-## {{ page.slug }} - {{ page.description }}
12
13
-Base type: `{{ page.base_type }}`.
14
+{% capture summary %}
15
The `{{page.slug}}` format represents a signed 16-bit integer, with the range -32768 through +32767.
+{% endcapture %}
16
17
-{% if page.issue %}
18
-### GitHub Issue
19
20
-* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
21
-{% endif %}
22
23
-{% if page.remarks %}
24
-### Remarks
25
26
-{{ page.remarks }}
27
+{% include format-entry.md summary=summary %}
0 commit comments