{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FundamentalsResponse", "type": "object", "description": "Response wrapper containing an array of fundamental data items.", "properties": { "data": { "type": "array" } } }