changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "FinancialReportBalancePeriod": {
+ "properties": {
+ "debt_assets_ratio": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/FinancialReportPeriodMeta"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "total_assets": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_liabilities": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "FinancialReportCashFlowPeriod": {
+ "properties": {
+ "financing": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "investing": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "operating": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/FinancialReportPeriodMeta"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "FinancialReportField": {
+ "properties": {
+ "display_order": {
+ "format": "int32",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "field": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "level": {
+ "format": "int32",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "value": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "value_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "yoy": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "FinancialReportIncomePeriod": {
+ "properties": {
+ "net_income": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "net_margin": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/FinancialReportPeriodMeta"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "revenue": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "FinancialReportPeriodMeta": {
+ "properties": {
+ "end_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report_txt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "FinancialStatementPeriod": {
+ "properties": {
+ "ff_period": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ff_year": {
+ "format": "int32",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "fields": {
+ "items": {
+ "$ref": "#/$defs/FinancialReportField"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "fp_end": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report_txt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rpt_date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "properties": {
+ "bs_list": {
+ "items": {
+ "$ref": "#/$defs/FinancialReportBalancePeriod"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "ccy_symbol": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cf_list": {
+ "items": {
+ "$ref": "#/$defs/FinancialReportCashFlowPeriod"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "empty_fields": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "is_list": {
+ "items": {
+ "$ref": "#/$defs/FinancialReportIncomePeriod"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "list": {
+ "items": {
+ "$ref": "#/$defs/FinancialStatementPeriod"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "report": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "report_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}