Skip to content

Commit 7124ff6

Browse files
authored
Merge pull request #40 from mulesoft-anypoint/dev
Update: application_manager_v1
2 parents 2f11314 + 3f8020d commit 7124ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/application_manager_v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ components:
8282
description: Details about the artifact associated with the deployment.
8383
properties:
8484
lastUpdateTime:
85-
type: number
85+
type: integer
8686
description: The timestamp (in milliseconds) when the artifact was last updated.
8787
createTime:
88-
type: number
88+
type: integer
8989
nullable: true
9090
description: The creation timestamp (in milliseconds); may be null.
9191
name:
@@ -150,7 +150,7 @@ components:
150150
type: string
151151
description: The identifier for the latest runtime update.
152152
endOfSupportDate:
153-
type: number
153+
type: integer
154154
description: The timestamp (in milliseconds) representing the end-of-support date.
155155

156156

0 commit comments

Comments
 (0)