We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a30b7 commit 57427e0Copy full SHA for 57427e0
decoder/job-definition-schema.yaml
@@ -331,7 +331,7 @@ definitions:
331
# Test output checks
332
test-checks-output:
333
type: object
334
- propertiies:
+ properties:
335
name:
336
type: string
337
checks:
@@ -347,7 +347,7 @@ definitions:
347
test-checks-output-exists:
348
349
additionalProperties: false
350
351
exists:
352
type: boolean
353
required:
@@ -357,7 +357,7 @@ definitions:
357
test-checks-output-linecount:
358
359
360
361
lineCount:
362
type: integer
363
minimum: 0
0 commit comments