iiRecord
Agentic AI Atlas · json-schema
lib-skill:web-development--json-schemaa5c.ai
II.
LibrarySkill JSON

lib-skill:web-development--json-schema

Structured · live

json-schema json

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

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:web-development--json-schema",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "json-schema",
    "description": "JSON Schema validation and API contract design.",
    "libraryPath": "library/specializations/web-development/skills/json-schema/SKILL.md",
    "specialization": "web-development",
    "contentSummary": "# JSON Schema Skill\n\nExpert assistance for JSON Schema validation.\n\n## Capabilities\n\n- Write JSON Schemas\n- Validate data\n- Design API contracts\n- Generate documentation\n- Handle complex types\n\n## Schema Example\n\n```json\n{\n  \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "skill-area:data-validation-sanitization",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "skill-area:api-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "topic:api-design",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:web-development--json-schema",
      "to": "specialization:web-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}