We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f11314 + 3f8020d commit 7124ff6Copy full SHA for 7124ff6
spec/application_manager_v1.yml
@@ -82,10 +82,10 @@ components:
82
description: Details about the artifact associated with the deployment.
83
properties:
84
lastUpdateTime:
85
- type: number
+ type: integer
86
description: The timestamp (in milliseconds) when the artifact was last updated.
87
createTime:
88
89
nullable: true
90
description: The creation timestamp (in milliseconds); may be null.
91
name:
@@ -150,7 +150,7 @@ components:
150
type: string
151
description: The identifier for the latest runtime update.
152
endOfSupportDate:
153
154
description: The timestamp (in milliseconds) representing the end-of-support date.
155
156
0 commit comments