{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/horizon/Price.json", "title": "Price", "type": "object", "properties": { "n": { "type": "integer", "format": "int32" }, "d": { "type": "integer", "format": "int32" } } }