Skip to content

Commit c0f07c9

Browse files
committed
"base" can't be both a file and a directory
1 parent 8e23d02 commit c0f07c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

schemas/v3.1/dialect/base.schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS
1+
$id: https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS
22
$schema: https://json-schema.org/draft/2020-12/schema
33

44
title: OpenAPI 3.1 Schema Object Dialect
@@ -18,4 +18,4 @@ $vocabulary:
1818

1919
allOf:
2020
- $ref: https://json-schema.org/draft/2020-12/schema
21-
- $ref: https://spec.openapis.org/oas/3.1/meta/base/WORK-IN-PROGRESS
21+
- $ref: https://spec.openapis.org/oas/3.1/meta/WORK-IN-PROGRESS

schemas/v3.1/meta/base.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: https://spec.openapis.org/oas/3.1/meta/base/WORK-IN-PROGRESS
1+
$id: https://spec.openapis.org/oas/3.1/meta/WORK-IN-PROGRESS
22
$schema: https://json-schema.org/draft/2020-12/schema
33

44
title: OAS Base Vocabulary

schemas/v3.1/schema-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ properties:
1010

1111
$defs:
1212
dialect:
13-
const: 'https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS'
13+
const: 'https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS'
1414

1515
schema:
1616
$dynamicAnchor: meta
17-
$ref: 'https://spec.openapis.org/oas/3.1/dialect/base/WORK-IN-PROGRESS'
17+
$ref: 'https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS'
1818
properties:
1919
$schema:
2020
$ref: '#/$defs/dialect'

0 commit comments

Comments
 (0)