Skip to content

Commit 3eb3a6e

Browse files
committed
fixed line-breaks
1 parent 2211dc9 commit 3eb3a6e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/resources/wfc/schemas/report.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ $def:
7373
description: "Identifying fault 'code', based on WFC classification."
7474
type: integer
7575
context:
76-
description: "An optional context for the fault. The same fault type could be manifested in different ways, and we
77-
use this property to differentiate among them."
76+
description: "An optional context for the fault. The same fault type could be manifested in different ways, \
77+
and we use this property to differentiate among them."
7878
type: string
7979
required: ["code"]
8080
TestFilePath:
@@ -102,7 +102,7 @@ $def:
102102
minimum: 0
103103
maximum: 599
104104
FoundFault:
105-
description: "Data-structure to represent found faults, based on operations (e.g., HTTP endpoints in REST, and methods
105+
description: "Data-structure to represent found faults, based on operations (e.g., HTTP endpoints in REST, and methods \
106106
in GraphQL and RPC) and which tests find faults in them."
107107
type: object
108108
properties:
@@ -122,8 +122,8 @@ $def:
122122
type: object
123123
properties:
124124
total_http_calls:
125-
description: "Total number of HTTP calls made in all the test cases. A test case could contain several HTTP calls,
126-
e.g., a POST followed by a GET and then a DELETE."
125+
description: "Total number of HTTP calls made in all the test cases. A test case could contain several HTTP calls, \
126+
e.g., a POST followed by a GET and then a DELETE."
127127
type: integer
128128
minimum: 0
129129
endpoint_ids:

0 commit comments

Comments
 (0)