iiRecord
Agentic AI Atlas · Yup
library:yupa5c.ai
II.
Library JSON

library:yup

Structured · live

Yup json

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

File · domain/libraries/yup.yamlCluster · domain
Record JSON
{
  "id": "library:yup",
  "_kind": "Library",
  "_file": "domain/libraries/yup.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Yup",
    "belongsToLanguageId": "language:javascript",
    "category": "validation",
    "description": "Schema builder for runtime value parsing and validation in JavaScript/TypeScript.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:yup",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:yup",
      "to": "skill-area:data-validation-sanitization",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:io-ts",
      "to": "library:yup",
      "kind": "alternative_to"
    },
    {
      "from": "library:zod",
      "to": "library:yup",
      "kind": "alternative_to"
    }
  ]
}