Skip to content

Commit b72fe00

Browse files
authored
Merge pull request #4977 from OAI/ralfhandl-patch-3
gh-pages: Create markdown landing pages for latest 3.2 schemas
2 parents 740fea8 + 4823d35 commit b72fe00

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

oas/3.2/dialect/2025-09-17.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.2
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative {{ page.name | remove: ".md" }} %}
9+
```

oas/3.2/meta/2025-09-17.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.2
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative {{ page.name | remove: ".md" }} %}
9+
```

oas/3.2/schema-base/2025-09-17.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.2 - with schema validation
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative {{ page.name | remove: ".md" }} %}
9+
```

oas/3.2/schema/2025-09-17.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.2 - without schema validation
3+
layout: default
4+
parent: Schemas
5+
---
6+
7+
```json
8+
{% include_relative {{ page.name | remove: ".md" }} %}
9+
```

0 commit comments

Comments
 (0)