Skip to content

Commit 742f6d4

Browse files
committed
save
1 parent e49b1b7 commit 742f6d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

components/schemas/environments/EnvironmentMeta.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ properties:
2929
environment:
3030
$ref: "../containers/summaries/ContainerEnvironmentSummary.yml"
3131
service_versions:
32+
description: A map where the key is the service and the value describes the version and date of last update.
3233
type: object
3334
additionalProperties:
3435
type: object
35-
required: [version, last_updated]
36+
required:
37+
- version
38+
- last_updated
3639
properties:
3740
version:
3841
description: A string depicting the service version.

0 commit comments

Comments
 (0)