{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GenerateNewIdResponse", "required": [ "id" ], "properties": { "id": { "description": "New ticket ID", "type": "string" } }, "type": "object" }