Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit dff89f8

Browse files
committed
docs: API v1.39: fix type for BuildCache CreatedAt and LastUsedAt
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 9a6402d761bc88bcf2c044c90a5d685e9e2cbc98) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: ad0278f00227941f987547e10b684d022eda7669 Component: engine
1 parent 95599eb commit dff89f8

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

components/engine/docs/api/v1.39.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,12 +1815,24 @@ definitions:
18151815
Shared:
18161816
type: "boolean"
18171817
Size:
1818+
description: |
1819+
Amount of disk space used by the build cache (in bytes).
18181820
type: "integer"
18191821
CreatedAt:
1820-
type: "integer"
1822+
description: |
1823+
Date and time at which the build cache was created in
1824+
[RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
1825+
type: "string"
1826+
format: "dateTime"
1827+
example: "2016-08-18T10:44:24.496525531Z"
18211828
LastUsedAt:
1822-
type: "integer"
1829+
description: |
1830+
Date and time at which the build cache was last used in
1831+
[RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
1832+
type: "string"
1833+
format: "dateTime"
18231834
x-nullable: true
1835+
example: "2017-08-09T07:09:37.632105588Z"
18241836
UsageCount:
18251837
type: "integer"
18261838

0 commit comments

Comments
 (0)