Skip to content

Commit 8cf3bac

Browse files
Make machine check image optional (SchemaStore#4993)
1 parent 03b55cd commit 8cf3bac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/schemas/json/fly.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,7 @@
204204
"pattern": "^\\d+s$"
205205
}
206206
},
207-
"required": [
208-
"command",
209-
"entrypoint",
210-
"image",
211-
"kill_signal",
212-
"kill_timeout"
213-
]
207+
"required": ["command", "entrypoint", "kill_signal", "kill_timeout"]
214208
}
215209
},
216210
"tcp_checks": {

0 commit comments

Comments
 (0)