{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PostVote", "type": "object", "properties": { "vote": { "type": "string", "enum": [ "up", "down" ] } } }