{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CORSConfiguration",
"type": "object",
"properties": {
"CORSRules": {}
},
"required": [
"CORSRules"
],
"description": "Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon S3 User Guide."
}