Pendle · Schema

MetadataValuesResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
values array Values of given metadata keys in the same order with keys
View JSON Schema on GitHub

JSON Schema

MetadataValuesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MetadataValuesResponse",
  "type": "object",
  "properties": {
    "values": {
      "type": "array",
      "items": {
        "type": "object",
        "nullable": true
      },
      "description": "Values of given metadata keys in the same order with keys"
    }
  },
  "required": [
    "values"
  ]
}