Skip to content

Commit 7c10f51

Browse files
committed
schema: fix json formatting
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 2a0bfdc commit 7c10f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"$ref": "defs-config.json#/definitions/rootfs"
2525
},
2626
"history": {
27-
"type": "array",
27+
"type": "array",
2828
"items": {
2929
"$ref": "defs-config.json#/definitions/history"
3030
}

schema/defs-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"properties": {
6565
"created": {
6666
"type": "string",
67-
"format": "date-time"
67+
"format": "date-time"
6868
},
6969
"author": {
7070
"type": "string"

0 commit comments

Comments
 (0)