II.
Library JSON
Structured · livelibrary:cors
cors json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:cors",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "cors",
"belongsToLanguageId": "language:javascript",
"category": "http-server",
"description": "Express/Connect middleware that sets Cross-Origin Resource Sharing\nheaders, with options to configure allowed origins, methods, headers,\nand preflight caching.\n"
},
"outgoingEdges": [
{
"from": "library:cors",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:cors",
"to": "skill-area:backend-api-design",
"kind": "used_for"
},
{
"from": "library:cors",
"to": "library:helmet",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:chi-middleware",
"to": "library:cors",
"kind": "alternative_to"
},
{
"from": "library:helmet",
"to": "library:cors",
"kind": "alternative_to"
}
]
}