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,24 +8,10 @@ source_label: JSON Schema
8
8
source : https://json-schema.org/draft/2020-12/json-schema-validation.html#name-json-pointers
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 is a JSON string representation of a relative JSON Pointer as defined in draft RFC 01.
18
13
19
14
[ Relative JSON pointers draft RFC 01] ( https://datatracker.ietf.org/doc/html/draft-handrews-relative-json-pointer-01 ) .
15
+ {% endcapture %}
20
16
21
- {% if page.issue %}
22
- ### GitHub Issue
23
-
24
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
25
- {% endif %}
26
-
27
- {% if page.remarks %}
28
- ### Remarks
29
-
30
- {{ page.remarks }}
31
- {% endif %}
17
+ {% include format-entry.md summary=summary %}
You can’t perform that action at this time.
0 commit comments