Skip to content

Commit dc6178b

Browse files
committed
Dummy change to schema file
1 parent 4ac4380 commit dc6178b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check-restricted-files.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: check-restricted-files
88
on:
99
pull_request:
1010
paths:
11+
- 'schemas/**/*.json'
1112
- 'schemas/**/*.yaml'
1213
- 'versions/*.md'
1314

schemas/v3.0/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: https://spec.openapis.org/oas/3.0/schema/WORK-IN-PROGRESS
22
$schema: http://json-schema.org/draft-04/schema#
3-
description: The description of OpenAPI v3.0.x Documents
3+
description: The description of OpenAPI v3.0.x Documents - dummy change
44
type: object
55
required:
66
- openapi

0 commit comments

Comments
 (0)