Skip to content

Commit

Permalink
core: Adjusted some property titles for display
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Nov 29, 2023
1 parent 989125c commit 1930e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/system/type/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ property:
required: false
format: number
- name: _lastUsedTime
title: Last Used
description: >-
The last used timestamp. This will be updated on each connection
reservation or release. It is used in the default mechanism for
Expand All @@ -43,3 +44,4 @@ property:
The error message for the most recent error. Will be automatically
cleared on a successful query or connection reservation.
required: false
format: error
1 change: 1 addition & 0 deletions src/plugin/system/type/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ property:
required: false
format: array
- name: authorizedTime
title: Auth Since
description: >-
The oldest valid authentication timestamp. Any session, auth token or
similar created prior is considered invalid. This timestamp should be
Expand Down

0 comments on commit 1930e1f

Please sign in to comment.