File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments