{ "type": "object", "name": "UpDownVote", "properties": { "downVoteCount": { "type": "integer" }, "myVote": { "type": "string" }, "upVoteCount": { "type": "integer" } }, "required": [ "downVoteCount", "myVote", "upVoteCount" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }