File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments