Skip to content

Commit 57427e0

Browse files
author
Alan Christie
committed
fix: Fixes for properties type in JD schema
1 parent 78a30b7 commit 57427e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

decoder/job-definition-schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ definitions:
331331
# Test output checks
332332
test-checks-output:
333333
type: object
334-
propertiies:
334+
properties:
335335
name:
336336
type: string
337337
checks:
@@ -347,7 +347,7 @@ definitions:
347347
test-checks-output-exists:
348348
type: object
349349
additionalProperties: false
350-
propertiies:
350+
properties:
351351
exists:
352352
type: boolean
353353
required:
@@ -357,7 +357,7 @@ definitions:
357357
test-checks-output-linecount:
358358
type: object
359359
additionalProperties: false
360-
propertiies:
360+
properties:
361361
lineCount:
362362
type: integer
363363
minimum: 0

0 commit comments

Comments
 (0)