Skip to content

Commit 8f02b4f

Browse files
committed
Encapsulate decimal
1 parent 91d71ce commit 8f02b4f

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

registries/_format/decimal.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,8 @@ layout: default
77
remarks: This format is used in a variety of conflicting ways and is not interoperable.
88
---
99

10-
# <a href="..">{{ page.collection }}</a>
11-
12-
## {{ page.slug }} - {{ page.description }}
13-
14-
Base type: `{{ page.base_type }}`.
15-
10+
{% capture summary %}
1611
The `{{page.slug}}` format represents a fixed point decimal number of unspecified precision and range.
12+
{% endcapture %}
1713

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 %}
14+
{% include format-entry.md summary=summary %}

0 commit comments

Comments
 (0)