Skip to content

Commit

Permalink
Add new 'properties' section with display name.
Browse files Browse the repository at this point in the history
  • Loading branch information
KIProtect GmbH committed May 23, 2022
1 parent bae67f1 commit e05b143
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ type DirectoryEntry struct {
Settings []*OperatorSettings `json:"settings"`
Preferences []*OperatorPreferences `json:"preferences"`
Records []*SignedChangeRecord `json:"records"`
Properties *OperatorProperties `json:"properties"`
}

type OperatorProperties struct {
DisplayName string `json:"displayName"`
}

// preferences may be set by the corresponding operator itself
Expand Down

0 comments on commit e05b143

Please sign in to comment.