You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registries/_alternative-schema/jsonSchema.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,8 @@ description: JSON Schema
5
5
layout: default
6
6
---
7
7
8
-
{% include alternative-schema-entry.md summary="The `{{ page.slug }}``alternativeSchema``type` refers to [JSON Schema](http://json-schema.org/) in any version." %}
8
+
{% capture summary %}
9
+
The `{{ page.slug }}``alternativeSchema``type` refers to [JSON Schema](http://json-schema.org/) in any version.
10
+
{% endcapture %}
11
+
12
+
{% include alternative-schema-entry.md summary=summary %}
Copy file name to clipboardExpand all lines: registries/_alternative-schema/xmlSchema.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,8 @@ description: xml Schema
5
5
layout: default
6
6
---
7
7
8
-
{% include alternative-schema-entry.md summary="The `{{ page.slug }}``alternativeSchema``type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version." %}
8
+
{% capture summary %}
9
+
The `{{ page.slug }}``alternativeSchema``type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version.
10
+
{% endcapture %}
11
+
12
+
{% include alternative-schema-entry.md summary=summary %}
0 commit comments