We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49b1b7 commit 742f6d4Copy full SHA for 742f6d4
1 file changed
components/schemas/environments/EnvironmentMeta.yml
@@ -29,10 +29,13 @@ properties:
29
environment:
30
$ref: "../containers/summaries/ContainerEnvironmentSummary.yml"
31
service_versions:
32
+ description: A map where the key is the service and the value describes the version and date of last update.
33
type: object
34
additionalProperties:
35
- required: [version, last_updated]
36
+ required:
37
+ - version
38
+ - last_updated
39
properties:
40
version:
41
description: A string depicting the service version.
0 commit comments