You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/quantum/data-plane/Microsoft.Quantum/preview/2021-11-01-preview/quantum.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,7 @@
408
408
},
409
409
"metadata": {
410
410
"type": "object",
411
+
"x-nullable": true,
411
412
"additionalProperties": {
412
413
"type": "string"
413
414
},
@@ -446,33 +447,39 @@
446
447
"beginExecutionTime": {
447
448
"type": "string",
448
449
"readOnly": true,
450
+
"x-nullable": true,
449
451
"format": "date-time",
450
452
"description": "The time when the job began execution."
451
453
},
452
454
"endExecutionTime": {
453
455
"type": "string",
454
456
"readOnly": true,
457
+
"x-nullable": true,
455
458
"format": "date-time",
456
459
"description": "The time when the job finished execution."
457
460
},
458
461
"cancellationTime": {
459
462
"type": "string",
460
463
"readOnly": true,
464
+
"x-nullable": true,
461
465
"format": "date-time",
462
466
"description": "The time when a job was successfully cancelled."
463
467
},
464
468
"costEstimate": {
465
469
"$ref": "#/definitions/CostEstimate",
466
470
"readOnly": true,
467
-
"description": "The job billing data."
471
+
"x-nullable": true,
472
+
"description": "The job cost billed by the provider. The final cost on your bill might be slightly different due to added taxes and currency conversion rates."
468
473
},
469
474
"errorData": {
470
475
"$ref": "#/definitions/ErrorData",
471
476
"readOnly": true,
477
+
"x-nullable": true,
472
478
"description": "The error data for the job. This is expected only when Status 'Failed'."
473
479
},
474
480
"tags": {
475
481
"type": "array",
482
+
"x-nullable": true,
476
483
"items": {
477
484
"type": "string"
478
485
},
@@ -681,7 +688,7 @@
681
688
"description": "The estimated total."
682
689
}
683
690
},
684
-
"description": "A job cost estimate."
691
+
"description": "The job cost billed by the provider. The final cost on your bill might be slightly different due to added taxes and currency conversion rates."
0 commit comments