iiRecord
Agentic AI Atlas · Joi
library:joia5c.ai
II.
Library JSON

library:joi

Structured · live

Joi json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/joi.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}