Skip to content

Commit fb1ae5c

Browse files
handrewsralfhandl
authored andcommitted
Use matching jsonSchemaDialect
Since we are testing with a placeholder, we need to match the placeholder. This will unfortunately need to be different on each new release line branch, so let's separate this test case into its own file.
1 parent bbea8ff commit fb1ae5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
openapi: 3.2.0
1+
openapi: 3.1.0
22
info:
33
summary: Testing jsonSchemaDialect
44
title: My API
55
version: 1.0.0
66
license:
77
name: Apache 2.0
88
identifier: Apache-2.0
9-
jsonSchemaDialect: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS
9+
jsonSchemaDialect: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
1010
components:
1111
schemas:
1212
WithDollarSchema:
1313
$id: "locked-metaschema"
14-
$schema: https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS
14+
$schema: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
1515
paths: {}

0 commit comments

Comments
 (0)