JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MetadataItemTypes",
"title": "MetadataItemTypes",
"type": "integer",
"oneOf": [
{
"title": "INTEGER_LESS_THAN_EQUAL",
"description": "the metadata value (integer) is less than or equal to the guild's configured value (integer)",
"const": 1
},
{
"title": "INTEGER_GREATER_THAN_EQUAL",
"description": "the metadata value (integer) is greater than or equal to the guild's configured value (integer)",
"const": 2
},
{
"title": "INTEGER_EQUAL",
"description": "the metadata value (integer) is equal to the guild's configured value (integer)",
"const": 3
},
{
"title": "INTEGER_NOT_EQUAL",
"description": "the metadata value (integer) is not equal to the guild's configured value (integer)",
"const": 4
},
{
"title": "DATETIME_LESS_THAN_EQUAL",
"description": "the metadata value (ISO8601 string) is less than or equal to the guild's configured value (integer; days before current date)",
"const": 5
},
{
"title": "DATETIME_GREATER_THAN_EQUAL",
"description": "the metadata value (ISO8601 string) is greater than or equal to the guild's configured value (integer; days before current date)",
"const": 6
},
{
"title": "BOOLEAN_EQUAL",
"description": "the metadata value (integer) is equal to the guild's configured value (integer; 1)",
"const": 7
},
{
"title": "BOOLEAN_NOT_EQUAL",
"description": "the metadata value (integer) is not equal to the guild's configured value (integer; 1)",
"const": 8
}
],
"format": "int32"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/discord-metadataitemtypes"
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.