{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "accepted": { "type": "boolean" }, "rejectionReason": { "type": [ "string", "null" ] } }, "required": [ "accepted" ], "title": "ModelRequestResponse", "type": "object" }