II.
Library JSON
Structured · livelibrary:vcrpy
VCR.py json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:vcrpy",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "VCR.py",
"belongsToLanguageId": "language:python",
"category": "testing",
"description": "Records and replays HTTP interactions via cassette files, enabling\ndeterministic testing of code that makes HTTP requests without live\nnetwork access after the first recording.\n"
},
"outgoingEdges": [
{
"from": "library:vcrpy",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:vcrpy",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:responses",
"to": "library:vcrpy",
"kind": "alternative_to"
}
]
}