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 token as defined in [ RFC8941] .
18
13
19
14
``` abnf
@@ -23,17 +18,8 @@ sf-token = ( ALPHA / "*" ) *( tchar / ":" / "/" )
23
18
Tokens are short textual words; their abstract model is identical to their expression in the HTTP field value serialization.
24
19
25
20
This format is appropriate for a header value that must conform to the {{page.slug}} structured field definition.
21
+ {% endcapture %}
26
22
27
- {% if page.issue %}
28
- ### GitHub Issue
29
-
30
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
31
- {% endif %}
32
-
33
- {% if page.remarks %}
34
- ### Remarks
35
-
36
- {{ page.remarks }}
37
- {% endif %}
23
+ {% include format-entry.md summary=summary %}
38
24
39
25
[ RFC8941 ] : https://www.rfc-editor.org/rfc/rfc8941#name-tokens
You can’t perform that action at this time.
0 commit comments