Skip to content

Commit 0436e52

Browse files
authored
Merge pull request #233 from leadpony/fix_indentation
Fix broken indentation in enum.json
2 parents 353f7f3 + c09e3a6 commit 0436e52

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

tests/draft3/enum.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
{
4040
"description": "enums in properties",
4141
"schema": {
42-
"type":"object",
43-
"properties": {
44-
"foo": {"enum":["foo"]},
45-
"bar": {"enum":["bar"], "required":true}
46-
}
47-
},
42+
"type":"object",
43+
"properties": {
44+
"foo": {"enum":["foo"]},
45+
"bar": {"enum":["bar"], "required":true}
46+
}
47+
},
4848
"tests": [
4949
{
5050
"description": "both properties are valid",

tests/draft4/enum.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
{
4040
"description": "enums in properties",
4141
"schema": {
42-
"type":"object",
43-
"properties": {
44-
"foo": {"enum":["foo"]},
45-
"bar": {"enum":["bar"]}
46-
},
47-
"required": ["bar"]
48-
},
42+
"type":"object",
43+
"properties": {
44+
"foo": {"enum":["foo"]},
45+
"bar": {"enum":["bar"]}
46+
},
47+
"required": ["bar"]
48+
},
4949
"tests": [
5050
{
5151
"description": "both properties are valid",

tests/draft6/enum.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
{
4040
"description": "enums in properties",
4141
"schema": {
42-
"type":"object",
43-
"properties": {
44-
"foo": {"enum":["foo"]},
45-
"bar": {"enum":["bar"]}
46-
},
47-
"required": ["bar"]
48-
},
42+
"type":"object",
43+
"properties": {
44+
"foo": {"enum":["foo"]},
45+
"bar": {"enum":["bar"]}
46+
},
47+
"required": ["bar"]
48+
},
4949
"tests": [
5050
{
5151
"description": "both properties are valid",

tests/draft7/enum.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
{
4040
"description": "enums in properties",
4141
"schema": {
42-
"type":"object",
43-
"properties": {
44-
"foo": {"enum":["foo"]},
45-
"bar": {"enum":["bar"]}
46-
},
47-
"required": ["bar"]
48-
},
42+
"type":"object",
43+
"properties": {
44+
"foo": {"enum":["foo"]},
45+
"bar": {"enum":["bar"]}
46+
},
47+
"required": ["bar"]
48+
},
4949
"tests": [
5050
{
5151
"description": "both properties are valid",

0 commit comments

Comments
 (0)