{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DepartmentIdValidationRequest", "type": "object", "properties": { "id": { "type": "integer", "minimum": 1 } }, "required": [ "id" ] }