We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1ae5c commit 574c177Copy full SHA for 574c177
tests/schema/pass/json_schema_dialect.yaml
@@ -1,15 +1,15 @@
1
-openapi: 3.1.0
+openapi: 3.2.0
2
info:
3
summary: Testing jsonSchemaDialect
4
title: My API
5
version: 1.0.0
6
license:
7
name: Apache 2.0
8
identifier: Apache-2.0
9
-jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
+jsonSchemaDialect: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS
10
components:
11
schemas:
12
WithDollarSchema:
13
$id: "locked-metaschema"
14
- $schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
+ $schema: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS
15
paths: {}
0 commit comments