owner | issue | description | source | source_label | base_type | layout |
---|---|---|---|---|---|---|
mikekistler |
structured fields integer as defined in [RFC8941] |
RFC 8941 |
integer, number |
default |
Base type: {{ page.base_type }}
.
The {{page.slug}}
format represents a structured fields integer as defined in RFC8941.
sf-integer = ["-"] 1*15DIGIT
Integers have a range of -999,999,999,999,999 to 999,999,999,999,999 inclusive (i.e., up to fifteen digits, signed), for IEEE 754 compatibility IEEE754.
This format is appropriate for a header value that must conform to the {{page.slug}} structured field definition.
{% if page.issue %}
- [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) {% endif %}
{% if page.remarks %}
{{ page.remarks }} {% endif %}