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



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



