National Institutes of Health (NIH) · Schema
FieldNode
BiomedicalResearchPubMedClinicalTrialsPubChemGenomicsHealthScienceGovernment
Properties
| Name | Type | Description |
|---|---|---|
| altPieceNames | array | |
| children | array | |
| dedLink | object | |
| description | string | |
| historicOnly | boolean | |
| indexedOnly | boolean | |
| isEnum | boolean | |
| maxChars | integer | |
| name | string | |
| nested | boolean | |
| piece | string | |
| rules | string | |
| sourceType | string | |
| synonyms | boolean | |
| title | string | |
| type | string |
JSON Schema
{
"type": "object",
"properties": {
"altPieceNames": {
"type": "array",
"items": {
"type": "string"
}
},
"children": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FieldNode"
}
},
"dedLink": {
"$ref": "#/components/schemas/WebLink"
},
"description": {
"type": "string"
},
"historicOnly": {
"type": "boolean"
},
"indexedOnly": {
"type": "boolean"
},
"isEnum": {
"type": "boolean"
},
"maxChars": {
"type": "integer",
"format": "int32"
},
"name": {
"type": "string"
},
"nested": {
"type": "boolean"
},
"piece": {
"type": "string"
},
"rules": {
"type": "string"
},
"sourceType": {
"type": "string"
},
"synonyms": {
"type": "boolean"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"name",
"piece",
"sourceType",
"type"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "FieldNode"
}