14 lines
555 B
JSON
14 lines
555 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:BrainStructure",
|
|
"title": "BrainStructure",
|
|
"description": "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures.",
|
|
"$ref": "schema:AnatomicalStructure"
|
|
}
|
|
]
|
|
}
|