n8n-nodes-base
Version:
Base nodes of n8n
45 lines (44 loc) • 990 B
JSON
{
"type": "object",
"properties": {
"country": {
"type": "null"
},
"has_eod": {
"type": "boolean"
},
"has_intraday": {
"type": "boolean"
},
"name": {
"type": "string"
},
"stock_exchange": {
"type": "object",
"properties": {
"acronym": {
"type": "string"
},
"city": {
"type": "string"
},
"country_code": {
"type": "string"
},
"mic": {
"type": "string"
},
"name": {
"type": "string"
},
"website": {
"type": "string"
}
}
},
"symbol": {
"type": "string"
}
},
"version": 1
}