Votes
This schema defines the Votes for a Data Asset.
Properties
upVotes
(integer): Total up-votes the entity has. Default:0
.downVotes
(integer): Total down-votes the entity has. Default:0
.upVoters
: List of all the Users who upVoted. Refer to ./entityReferenceList.json.downVoters
: List of all the Users who downVoted. Refer to ./entityReferenceList.json.
Definitions
voteType
(string): Vote Type. Must be one of:['votedUp', 'votedDown', 'unVoted']
. Default:unVoted
.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.