Skip to content

Commit e73553f

Browse files
authored
skip is not mandatory for process tests in IDE json schema (#874)
1 parent 9ae6acf commit e73553f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/goss-json-schema.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,16 +385,12 @@ definitions:
385385
processTest:
386386
required:
387387
- running
388-
- skip
389388
properties:
390389
title: { "$ref":"#/definitions/title" }
391390
meta: { "$ref":"#/definitions/meta" }
392391
running:
393392
type: boolean
394393
default: true
395-
skip:
396-
type: boolean
397-
default: false
398394
serviceTest:
399395
required:
400396
- enabled

0 commit comments

Comments
 (0)