Skip to content

Commit

Permalink
feat(core/model): Add category to EntityTag model (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 27, 2017
1 parent a5b3889 commit 23fcf58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class EntityTags {
static class EntityTag {
String name
String namespace
String category
Object value
EntityTagValueType valueType

Expand Down

0 comments on commit 23fcf58

Please sign in to comment.