II.
Library JSON
Structured · livelibrary:joi
Joi json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:joi",
"_kind": "Library",
"_file": "domain/libraries/joi.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Joi",
"belongsToLanguageId": "language:javascript",
"category": "validation",
"description": "Schema description and data validator for JavaScript, originally from the hapi ecosystem.\n"
},
"outgoingEdges": [
{
"from": "library:joi",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:joi",
"to": "skill-area:data-validation-sanitization",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:io-ts",
"to": "library:joi",
"kind": "alternative_to"
},
{
"from": "library:zod",
"to": "library:joi",
"kind": "alternative_to"
}
]
}