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-01-15 09:05:41.923720+00:00.