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 dc6178b commit 29dd29bCopy full SHA for 29dd29b
.github/workflows/check-restricted-files.yaml
@@ -8,7 +8,6 @@ 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 - dummy change
+description: The description of OpenAPI v3.0.x Documents
4
type: object
5
required:
6
- openapi
0 commit comments