{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ValuationResponse", "type": "object", "properties": { "usd": { "type": "number", "nullable": true, "description": "Value in USD" }, "acc": { "type": "number", "nullable": true, "description": "Value in the market's accounting asset (e.g. USDC for a USDC-denominated market)" } } }