Skip to content

Commit 0b780b2

Browse files
committed
Corected yaml format
1 parent 2b1ffb7 commit 0b780b2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/show_specification_annotations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
uses: actions/checkout@v4
13+
- uses: actions/checkout@v4
1414

1515
- name: Generate Annotations
1616
uses: actions/setup-python@v5

tests/draft2020-12/additionalProperties.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
3-
"description":
4-
"additionalProperties being false does not allow other properties",
3+
"description": "additionalProperties being false does not allow other properties",
54
"specification": [ { "core":"10.3.2.3", "quote": "The value of \"additionalProperties\" MUST be a valid JSON Schema. Boolean \"false\" forbids everything." } ],
65
"schema": {
76
"$schema": "https://json-schema.org/draft/2020-12/schema",

0 commit comments

Comments
 (0)