big tings
This commit is contained in:
13
registry/schema-org/BrainStructure.schema.json
Normal file
13
registry/schema-org/BrainStructure.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user