File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,7 @@ base_type: string
8
8
layout : default
9
9
---
10
10
11
- # <a href =" .. " >{{ page.collection }}</a >
12
-
13
- ## {{ page.slug }} - {{ page.description }}
14
-
15
- Base type: ` {{ page.base_type }} ` .
16
-
11
+ {% capture summary %}
17
12
The ` {{page.slug}} ` format represents a structured fields byte sequence as defined in [ RFC8941] .
18
13
19
14
``` abnf
@@ -24,18 +19,9 @@ base64 = ALPHA / DIGIT / "+" / "/" / "="
24
19
A Byte Sequence is delimited with colons and encoded using base64 ([ RFC4648] , Section 4).
25
20
26
21
This format is appropriate for a header value that must conform to the {{page.slug}} structured field definition.
22
+ {% endcapture %}
27
23
28
- {% if page.issue %}
29
- ### GitHub Issue
30
-
31
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
32
- {% endif %}
33
-
34
- {% if page.remarks %}
35
- ### Remarks
36
-
37
- {{ page.remarks }}
38
- {% endif %}
24
+ {% include format-entry.md summary=summary %}
39
25
40
26
[ RFC8941 ] : https://www.rfc-editor.org/rfc/rfc8941#name-byte-sequences
41
27
[ RFC4648 ] : https://www.rfc-editor.org/rfc/rfc4648#section-4
You can’t perform that action at this time.
0 commit comments