Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions registries/_format/decimal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
owner: baywet
issue: 889
description: A fixed point decimal number of unspecified precision and range
base_type: string|number
layout: default
remarks: This format is used in a variety of conflicting ways and is not interoperable.
---

# <a href="..">{{ page.collection }}</a>

## {{ page.slug }} - {{ page.description }}

Base type: `{{ page.base_type }}`.

The `{{page.slug}}` format represents a fixed point decimal number of unspecified precision and range.

{% if page.issue %}
### GitHub Issue

* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
{% endif %}

{% if page.remarks %}
### Remarks

{{ page.issue }}
{% endif %}