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