Skip to content

Commit 7deccf7

Browse files
committed
Changed the 'isComplete' field type from integer to boolean in the Data-Gateway.json spec, updated example values, and removed the 'format' property. This improves schema accuracy and aligns example data with the new type.
1 parent 1e24988 commit 7deccf7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

specs/Data-Gateway.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@
23112311
"createdAt": "2025-12-15T21:13:12.821Z",
23122312
"crmId": "75498125-33cb-4b33-8705-f0fadadb1a2f",
23132313
"discoverDate": "2025-12-15T21:13:12.821Z",
2314-
"isComplete": 1,
2314+
"isComplete": true,
23152315
"publisher": "Test Publisher",
23162316
"updatedAt": "2025-12-15T21:13:12.821Z"
23172317
}
@@ -2361,10 +2361,9 @@
23612361
"isComplete": {
23622362
"description": "Indicates whether the discovery process has been completed for this cloud matrix assessment record.",
23632363
"examples": [
2364-
1
2364+
true
23652365
],
2366-
"format": "int32",
2367-
"type": "integer"
2366+
"type": "boolean"
23682367
},
23692368
"publisher": {
23702369
"description": "The name of the publisher associated with this cloud matrix assessment record.",
@@ -6819,7 +6818,7 @@
68196818
"createdAt": "2025-12-15T21:13:12.821Z",
68206819
"crmId": "75498125-33cb-4b33-8705-f0fadadb1a2f",
68216820
"discoverDate": "2025-12-15T21:13:12.821Z",
6822-
"isComplete": 1,
6821+
"isComplete": true,
68236822
"publisher": "Test Publisher",
68246823
"updatedAt": "2025-12-15T21:13:12.821Z"
68256824
},
@@ -6829,7 +6828,7 @@
68296828
"createdAt": "2025-12-15T21:13:12.821Z",
68306829
"crmId": "fbea61c3-6c80-4fbb-9bd7-b6fa2356892e",
68316830
"discoverDate": "2025-12-15T21:13:12.821Z",
6832-
"isComplete": 1,
6831+
"isComplete": false,
68336832
"publisher": "Test Publisher",
68346833
"updatedAt": "2025-12-15T21:13:12.821Z"
68356834
}
@@ -6845,7 +6844,7 @@
68456844
"createdAt": "2025-12-15T21:13:12.821Z",
68466845
"crmId": "75498125-33cb-4b33-8705-f0fadadb1a2f",
68476846
"discoverDate": "2025-12-15T21:13:12.821Z",
6848-
"isComplete": 1,
6847+
"isComplete": true,
68496848
"publisher": "Test Publisher One",
68506849
"updatedAt": "2025-12-15T21:13:12.821Z"
68516850
},
@@ -6855,7 +6854,7 @@
68556854
"createdAt": "2025-12-15T21:13:12.821Z",
68566855
"crmId": "fbea61c3-6c80-4fbb-9bd7-b6fa2356892e",
68576856
"discoverDate": "2025-12-15T21:13:12.821Z",
6858-
"isComplete": 1,
6857+
"isComplete": false,
68596858
"publisher": "Test Publisher Two",
68606859
"updatedAt": "2025-12-15T21:13:12.821Z"
68616860
}

0 commit comments

Comments
 (0)