Skip to content

Commit e5b7ad3

Browse files
authored
feat: Add additional key label for job name in partial-scheduled JSON schema (SchemaStore#5684)
1 parent 884b741 commit e5b7ad3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schemas/json/partial-scheduled.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://json.schemastore.org/partial-scheduled.json",
44
"type": "object",
5+
"x-tombi-additional-key-label": "job_name",
56
"additionalProperties": {
67
"type": "object",
78
"title": "Scheduled Job",

0 commit comments

Comments
 (0)