Euler Finance · Schema

PublicVaultLabel

DeFiLendingBorrowingFinanceEthereumBlockchainVaultLiquidationInterest RatesPermissionless

Properties

Name Type Description
chainId integer
vaultAddress string
displayName string Plain text only; clients must render as text, not HTML or Markdown.
description string Plain text only; clients must render as text, not HTML or Markdown. Tabs and line breaks are allowed.
productCategory string Plain text only; clients must render as text, not HTML or Markdown.
riskTier string Plain text only; clients must render as text, not HTML or Markdown.
strategyDescription string Plain text only; clients must render as text, not HTML or Markdown. Tabs and line breaks are allowed.
updatedAt string
View JSON Schema on GitHub

JSON Schema

public-vault-label.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PublicVaultLabel",
  "type": "object",
  "required": [
    "chainId",
    "vaultAddress",
    "displayName",
    "updatedAt"
  ],
  "properties": {
    "chainId": {
      "type": "integer"
    },
    "vaultAddress": {
      "type": "string"
    },
    "displayName": {
      "type": "string",
      "minLength": 1,
      "maxLength": 120,
      "pattern": "^[^\\u0000-\\u001F\\u007F-\\u009F<>]+$",
      "description": "Plain text only; clients must render as text, not HTML or Markdown."
    },
    "description": {
      "type": "string",
      "nullable": true,
      "maxLength": 1024,
      "pattern": "^[^\\u0000-\\u0008\\u000B\\u000C\\u000E-\\u001F\\u007F-\\u009F<>]*$",
      "description": "Plain text only; clients must render as text, not HTML or Markdown. Tabs and line breaks are allowed."
    },
    "productCategory": {
      "type": "string",
      "nullable": true,
      "maxLength": 120,
      "pattern": "^[^\\u0000-\\u001F\\u007F-\\u009F<>]*$",
      "description": "Plain text only; clients must render as text, not HTML or Markdown."
    },
    "riskTier": {
      "type": "string",
      "nullable": true,
      "maxLength": 64,
      "pattern": "^[^\\u0000-\\u001F\\u007F-\\u009F<>]*$",
      "description": "Plain text only; clients must render as text, not HTML or Markdown."
    },
    "strategyDescription": {
      "type": "string",
      "nullable": true,
      "maxLength": 2048,
      "pattern": "^[^\\u0000-\\u0008\\u000B\\u000C\\u000E-\\u001F\\u007F-\\u009F<>]*$",
      "description": "Plain text only; clients must render as text, not HTML or Markdown. Tabs and line breaks are allowed."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-vault-label"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.