Skip to content

Commit 2ebedeb

Browse files
committed
Regenerate the remotes [just for trailing newlines essentially.]
1 parent 98bb02a commit 2ebedeb

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

remotes/folder/folderInteger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"type": "integer"
3-
}
3+
}

remotes/integer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"type": "integer"
3-
}
3+
}

remotes/name-defs.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"$defs": {
33
"orNull": {
44
"anyOf": [
5-
{"type": "null"},
6-
{"$ref": "#"}
5+
{
6+
"type": "null"
7+
},
8+
{
9+
"$ref": "#"
10+
}
711
]
812
}
913
},

remotes/name.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"definitions": {
33
"orNull": {
44
"anyOf": [
5-
{"type": "null"},
6-
{"$ref": "#"}
5+
{
6+
"type": "null"
7+
},
8+
{
9+
"$ref": "#"
10+
}
711
]
812
}
913
},

remotes/subSchemas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"integer": {
33
"type": "integer"
4-
},
4+
},
55
"refToInteger": {
66
"$ref": "#/integer"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)