Euler Finance · Schema

OracleDetailedInfo

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
oracle string
name string
oracleInfo string
View JSON Schema on GitHub

JSON Schema

oracle-detailed-info.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OracleDetailedInfo",
  "type": "object",
  "properties": {
    "oracle": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "oracleInfo": {
      "type": "string"
    }
  }
}