chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -1,41 +1,24 @@
{
"type": "object",
"properties": {
"volume": {
"type": "integer"
},
"split_factor": {
"type": "integer"
"date": {
"type": "string"
},
"dividend": {
"type": "integer"
},
"exchange": {
"type": "string"
},
"split_factor": {
"type": "integer"
},
"symbol": {
"type": "string"
},
"exchange": {
"type": "string"
},
"date": {
"type": "string"
"volume": {
"type": "integer"
}
},
"required": [
"open",
"high",
"low",
"close",
"volume",
"adj_high",
"adj_low",
"adj_close",
"adj_open",
"adj_volume",
"split_factor",
"dividend",
"symbol",
"exchange",
"date"
],
"version": 1
}

View File

@@ -0,0 +1,44 @@
{
"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
}