{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationSchemeAndProjectMappingJsonBean", "title": "NotificationSchemeAndProjectMappingJsonBean", "additionalProperties": false, "properties": { "notificationSchemeId": { "type": "string" }, "projectId": { "type": "string" } }, "type": "object" }