Skip to content

Commit a1ed84a

Browse files
committed
HTML wrappers instead of .json symlinks
1 parent 046402e commit a1ed84a

File tree

7 files changed

+29
-5
lines changed

7 files changed

+29
-5
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
3636
* **v{{ last_version }}**
3737
{%- assign separator = ": " -%}
3838
{%- endif -%}
39-
{{ separator }}[{{ segments[3] }}]({{ site.baseurl }}{{ file.path }}.json) ([download]({{ site.baseurl }}{{ file.path }}))
39+
{{ separator }}[{{ segments[3] }}]({{ site.baseurl }}{{ file.path }}.html) ([download]({{ site.baseurl }}{{ file.path }}))
4040
{%- assign separator = ", " -%}
4141
{%- endif -%}
42-
{%- endfor -%}
42+
{%- endfor %}

oas/3.0/schema/latest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

oas/3.0/schema/latest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: JSON Schema for OpenAPI 3.0
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative latest %}
9+
```

oas/3.1/schema-base/latest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

oas/3.1/schema-base/latest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: JSON Schema for OpenAPI 3.1 - with schema validation
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative latest %}
9+
```

oas/3.1/schema/latest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

oas/3.1/schema/latest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: JSON Schema for OpenAPI 3.1 - without schema validation
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative latest %}
9+
```

0 commit comments

Comments
 (0)