{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UserStatus", "description": "1 - active, 3 - inactive, 5 - terminated", "type": "integer", "enum": [ 1, 3, 5 ] }