Skip to content

Commit 97b7054

Browse files
committed
Also show meta and dialect
1 parent 0ac8df3 commit 97b7054

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
3131
{% assign last_kind = "" %}
3232
{%- for file in schema_files -%}
3333
{%- assign segments = file.path | split: "/" -%}
34-
{%- if segments[1] == "oas" and file.basename contains "-" -%}
34+
{%- if segments[1] == "oas" -%}
3535
{%- if segments[2] != last_version -%}
3636
{%- assign last_version = segments[2] %}
3737
* **v{{ last_version }}**

oas/3.1/dialect/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 dialect for OpenAPI
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative base %}
9+
```

oas/3.1/meta/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 Vocabulary used in OpenAPI
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative base %}
9+
```

0 commit comments

Comments
 (0)