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 4ac4380 commit dc6178bCopy full SHA for dc6178b
.github/workflows/check-restricted-files.yaml
@@ -8,6 +8,7 @@ name: check-restricted-files
8
on:
9
pull_request:
10
paths:
11
+ - 'schemas/**/*.json'
12
- 'schemas/**/*.yaml'
13
- 'versions/*.md'
14
schemas/v3.0/schema.yaml
@@ -1,6 +1,6 @@
1
id: https://spec.openapis.org/oas/3.0/schema/WORK-IN-PROGRESS
2
$schema: http://json-schema.org/draft-04/schema#
3
-description: The description of OpenAPI v3.0.x Documents
+description: The description of OpenAPI v3.0.x Documents - dummy change
4
type: object
5
required:
6
- openapi
0 commit comments