II.
Library JSON
Structured · livelibrary:filament
Filament json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:filament",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Filament",
"belongsToLanguageId": "language:php",
"category": "other",
"description": "Rapid application development framework for Laravel that generates\nadmin panels, form builders, and table components using Livewire\nand Alpine.js with a rich component library and plugin ecosystem.\n"
},
"outgoingEdges": [
{
"from": "library:filament",
"to": "language:php",
"kind": "belongs_to_language"
},
{
"from": "library:filament",
"to": "skill-area:frontend-development",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:filament",
"to": "framework:strapi",
"kind": "alternative_to"
}
],
"incomingEdges": []
}