{
"id": "framework:flask",
"_kind": "Framework",
"_file": "domain/frameworks/flask.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Flask",
"belongsToLanguageId": "language:python",
"category": "web-backend",
"description": "Flask — a lightweight Python web framework.\n"
},
"outgoingEdges": [
{
"from": "framework:flask",
"to": "language:python",
"kind": "belongs_to_language"
}
],
"incomingEdges": [
{
"from": "scope-boundary:flask.scope",
"to": "framework:flask",
"kind": "bounds_subject"
}
]
}