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 91d71ce commit 8f02b4fCopy full SHA for 8f02b4f
registries/_format/decimal.md
@@ -7,22 +7,8 @@ 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
+{% capture summary %}
16
The `{{page.slug}}` format represents a fixed point decimal number of unspecified precision and range.
+{% endcapture %}
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
+{% include format-entry.md summary=summary %}
0 commit comments