src/markov/virtual_event/virtual_event_json_schema.py [161:177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "type": "object",
                "properties": {
                    "s3BucketName": {
                        "type": "string"
                    },
                    "s3KeyPrefix": {
                        "type": "string"
                    },
                    "s3KmsKeyArn": {
                        "type": "string"
                    }
                },
                "required": [
                    "s3BucketName",
                    "s3KeyPrefix"
                ]
            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/markov/virtual_event/virtual_event_json_schema.py [197:213]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "type": "object",
                "properties": {
                    "s3BucketName": {
                        "type": "string"
                    },
                    "s3KeyPrefix": {
                        "type": "string"
                    },
                    "s3KmsKeyArn": {
                        "type": "string"
                    }
                },
                "required": [
                    "s3BucketName",
                    "s3KeyPrefix"
                ]
            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



