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