Properties
| Name | Type | Description |
|---|---|---|
| allow_all_headers | object | |
| allow_all_methods | object | |
| allow_all_origins | object | |
| allow_credentials | object | |
| allowed_headers | object | |
| allowed_methods | object | |
| allowed_origins | object | |
| max_age | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_schemas-cors_headers",
"title": "access_schemas-cors_headers",
"properties": {
"allow_all_headers": {
"$ref": "#/components/schemas/access_allow_all_headers"
},
"allow_all_methods": {
"$ref": "#/components/schemas/access_allow_all_methods"
},
"allow_all_origins": {
"$ref": "#/components/schemas/access_allow_all_origins"
},
"allow_credentials": {
"$ref": "#/components/schemas/access_allow_credentials"
},
"allowed_headers": {
"$ref": "#/components/schemas/access_schemas-allowed_headers"
},
"allowed_methods": {
"$ref": "#/components/schemas/access_allowed_methods"
},
"allowed_origins": {
"$ref": "#/components/schemas/access_schemas-allowed_origins"
},
"max_age": {
"$ref": "#/components/schemas/access_max_age"
}
},
"type": "object"
}