src/markov/virtual_event/virtual_event_json_schema.py [56:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "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"
                ]
            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



