{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetNotificationConfigurationRequest", "title": "GetNotificationConfigurationRequest", "properties": { "notificationId": { "description": "The ID of the notification subscription configuration whose details are to be retrieved.", "format": "int64", "type": "integer" } }, "required": [ "notificationId" ], "type": "object" }