{ "$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" }