owner | issue | description | source | source_label | base_type | layout |
---|---|---|---|---|---|---|
mikekistler |
structured fields boolean as defined in [RFC8941] |
RFC 8941 |
string |
default |
Base type: {{ page.base_type }}
.
The {{page.slug}}
format represents a structured fields boolean as defined in RFC8941.
sf-boolean = "?" boolean
boolean = "0" / "1"
A Boolean is indicated with a leading "?" character followed by a "1" for a true value or "0" for false.
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 %}