File tree 5 files changed +5
-5
lines changed 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
17
17
18
18
| Value| Description| Issue|
19
19
| ---| ---| ---|
20
- {% for value in site.alternative-schema %}| <a href =" ./registry/ alternative-schema/{{ value.slug }}.html " >{{ value.slug }}</a > | <a id =" {{ value.slug }} " />{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20
+ {% for value in site.alternative-schema %}| <a href =" ./alternative-schema/{{ value.slug }}.html " >{{ value.slug }}</a > | <a id =" {{ value.slug }} " />{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
21
21
{% endfor %}
22
22
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
17
17
18
18
| Value| Description| Issue|
19
19
| ---| ---| ---|
20
- {% for value in site.draft-feature %}| <a href =" ./registry/ draft-feature/{{ value.slug }}.html " >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20
+ {% for value in site.draft-feature %}| <a href =" ./draft-feature/{{ value.slug }}.html " >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
21
21
{% endfor %}
22
22
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
17
17
18
18
| Value| Description| Issue|
19
19
| ---| ---| ---|
20
- {% for value in site.extension %}| <a href =" ./registry/ extension/{{ value.slug }}.html " >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20
+ {% for value in site.extension %}| <a href =" ./extension/{{ value.slug }}.html " >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
21
21
{% endfor %}
22
22
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
17
17
18
18
| Value| Description| Issue|
19
19
| ---| ---| ---|
20
- {% for value in site.format %}| <a href =" ./registry/ format/{{ value.slug }}.html " >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
20
+ {% for value in site.format %}| <a href =" ./format/{{ value.slug }}.html " >{{ value.slug }}</a > | {{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
21
21
{% endfor %}
22
22
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls
15
15
16
16
| Value| Prefix| Description| Issue|
17
17
| ---| ---| ---| ---|
18
- {% for value in site.namespace %}| <a href =" ./registry/ namespace/{{ value.slug }}.html " >{{ value.slug }}</a > | x-{{ value.slug }}-|{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
18
+ {% for value in site.namespace %}| <a href =" ./namespace/{{ value.slug }}.html " >{{ value.slug }}</a > | x-{{ value.slug }}-|{{ value.description }} | {% if value.issue %}<a href =" https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }} " >#{{ value.issue }}</a >{% endif %} |
19
19
{% endfor %}
You can’t perform that action at this time.
0 commit comments