File tree Expand file tree Collapse file tree 3 files changed +15
-22
lines changed
registries/_alternative-schema Expand file tree Collapse file tree 3 files changed +15
-22
lines changed Original file line number Diff line number Diff line change
1
+ # <a href =" .. " >{{ page.collection }}</a >
2
+
3
+ ## {{ page.slug }} - {{ page.description }}
4
+
5
+ {{ page.summary }}
6
+
7
+ {% if page.issue %}
8
+ ### GitHub Issue
9
+
10
+ * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
11
+ {% endif %}
Original file line number Diff line number Diff line change 2
2
owner : darrelmiller
3
3
issue : 1532
4
4
description : JSON Schema
5
+ summary : The `{{ page.slug }}` `alternativeSchema` `type` refers to [JSON Schema](http://json-schema.org/) in any version.
5
6
layout : default
6
7
---
7
8
8
- # <a href =" .. " >{{ page.collection }}</a >
9
-
10
- ## {{ page.slug }} - {{ page.description }}
11
-
12
- The ` {{ page.slug }} ` ` alternativeSchema ` ` type ` refers to [ JSON Schema] ( http://json-schema.org/ ) in any version.
13
-
14
- {% if page.issue %}
15
- ### GitHub Issue
16
-
17
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
18
- {% endif %}
9
+ {% include alternative-schema-entry.md %}
Original file line number Diff line number Diff line change 2
2
owner : darrelmiller
3
3
issue : 1532
4
4
description : xml Schema
5
+ summary : The `{{ page.slug }}` `alternativeSchema` `type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version.
5
6
layout : default
6
7
---
7
8
8
- # <a href =" .. " >{{ page.collection }}</a >
9
-
10
- ## {{ page.slug }} - {{ page.description }}
11
-
12
- The ` {{ page.slug }} ` ` alternativeSchema ` ` type ` refers to [ xml Schema] ( https://www.w3.org/XML/Schema ) in any version.
13
-
14
- {% if page.issue %}
15
- ### GitHub Issue
16
-
17
- * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
18
- {% endif %}
9
+ {% include alternative-schema-entry.md %}
You can’t perform that action at this time.
0 commit comments