iiRecord
Agentic AI Atlas · Specs2
library:specs2a5c.ai
II.
Library JSON

library:specs2

Structured · live

Specs2 json

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

File · domain/libraries/libraries-scala.yamlCluster · domain
Record JSON
{
  "id": "library:specs2",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-scala.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Specs2",
    "belongsToLanguageId": "language:scala",
    "category": "testing",
    "description": "Specification-style testing library for Scala with mutable and immutable\nspec variants, matchers, and first-class concurrency support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:specs2",
      "to": "language:scala",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:specs2",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:scalatest",
      "to": "library:specs2",
      "kind": "alternative_to"
    }
  ]
}