II.
Library JSON
Structured · livelibrary:freertos
FreeRTOS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:freertos",
"_kind": "Library",
"_file": "domain/libraries/libraries-other.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "FreeRTOS",
"belongsToLanguageId": "language:c",
"description": "Real-time operating system kernel for microcontrollers — tasks,\nqueues, semaphores, and tickless idle.\n"
},
"outgoingEdges": [
{
"from": "library:freertos",
"to": "language:c",
"kind": "belongs_to_language"
},
{
"from": "library:freertos",
"to": "skill-area:real-time-os",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:freertos",
"to": "library:zephyr-rtos",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "skill-area:real-time-os",
"to": "library:freertos",
"kind": "uses_library"
},
{
"from": "specialization:embedded-systems",
"to": "library:freertos",
"kind": "uses_library"
},
{
"from": "specialization:embedded-firmware",
"to": "library:freertos",
"kind": "uses_library"
}
]
}