Pendle · Schema

GetMetadataByTemplateResponse

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

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

JSON Schema

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