Skip to content

Commit cacc239

Browse files
authored
Add media-range format to registry (OAI#3238)
1 parent dace7d0 commit cacc239

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

registries/_format/media-range.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
owner: jdesrosiers
3+
issue:
4+
description: A media type as defined by the `media-range` ABNF production in RFC9110.
5+
base_type: string
6+
layout: default
7+
source_label: OpenAPI
8+
source: https://www.rfc-editor.org/rfc/rfc9110#field.accept
9+
---
10+
11+
# <a href="..">{{ page.collection }}</a>
12+
13+
## {{ page.slug }} - {{ page.description }}
14+
15+
Base type: `{{ page.base_type }}`.
16+
17+
The `{{page.slug}}` format is a media type as defined by the `media-range` ABNF
18+
production in [RFC9110](https://www.rfc-editor.org/rfc/rfc9110).
19+
20+
{% if page.issue %}
21+
### GitHub Issue
22+
23+
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
24+
{% endif %}
25+
26+
{% if page.remarks %}
27+
### Remarks
28+
29+
{{ page.remarks }}
30+
{% endif %}

0 commit comments

Comments
 (0)