Skip to content

Commit 1b88087

Browse files
baywetMikeRalphson
andauthored
- adds decimal format (#3190)
* - adds decimal format * Update registries/_format/decimal.md Co-authored-by: Mike Ralphson <[email protected]> * - adds warnings about the lack of precision Signed-off-by: Vincent Biret <[email protected]> * - removes the repetition of the remarks Signed-off-by: Vincent Biret <[email protected]> * - adds PR feedback Signed-off-by: Vincent Biret <[email protected]> --------- Signed-off-by: Vincent Biret <[email protected]> Co-authored-by: Mike Ralphson <[email protected]>
1 parent 1232ed6 commit 1b88087

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

registries/_format/decimal.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
owner: baywet
3+
issue: 889
4+
description: A fixed point decimal number of unspecified precision and range
5+
base_type: string|number
6+
layout: default
7+
remarks: This format is used in a variety of conflicting ways and is not interoperable.
8+
---
9+
10+
# <a href="..">{{ page.collection }}</a>
11+
12+
## {{ page.slug }} - {{ page.description }}
13+
14+
Base type: `{{ page.base_type }}`.
15+
16+
The `{{page.slug}}` format represents a fixed point decimal number of unspecified precision and range.
17+
18+
{% if page.issue %}
19+
### GitHub Issue
20+
21+
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
22+
{% endif %}
23+
24+
{% if page.remarks %}
25+
### Remarks
26+
27+
{{ page.issue }}
28+
{% endif %}

0 commit comments

Comments
 (0)