Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions components/schemas/environments/EnvironmentMeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ properties:
description: A map where the key is the service and the value describes the version and date of last update.
type: object
additionalProperties:
type: object
required:
- version
- last_updated
properties:
version:
description: A string depicting the service version.
example: v2025.01.01.01
type: string
last_updated:
description: The time the version was last updated.
$ref: ../DateTime.yml
type: array
items:
type: object
required:
- version
- last_updated
properties:
version:
description: A string depicting the service version.
example: v2025.01.01.01
type: string
instance_id:
description: The ID of the instance of the service.
$ref: ../ID.yml
last_updated:
description: The time the version was last updated.
$ref: ../DateTime.yml