Skip to content

Commit 7374428

Browse files
committed
- adds int16 format
1 parent 6c3caaa commit 7374428

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

registries/_format/int16.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
owner: DarrelMiller
3+
issue:
4+
description: signed 16-bit integer
5+
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+
15+
The `{{page.slug}}` format represents a signed 16-bit integer, with the range -32768 through +32767. This format entry is to ensure future versions of OpenAPI maintain compatibility with [OpenAPI 3.0.x](https://spec.openapis.org/oas/v3.0.0).
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+
{% endif %}

0 commit comments

Comments
 (0)