{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DenialReasonEnum", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "type": "integer", "description": "* `1` - Other\n* `2` - Over budget\n* `3` - Unapproved vendor\n* `4` - Duplicate request\n* `5` - Policy violation\n* `6` - Incorrect specs\n* `7` - Per request\n* `8` - Missing information\n* `9` - Incorrect timing\n* `10` - Process not followed" }