{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/horizon/BaseAsset.json", "title": "BaseAsset", "type": "object", "properties": { "asset_type": { "type": "string" }, "asset_code": { "type": "string" }, "asset_issuer": { "type": "string" } }, "required": [ "asset_type" ] }