Properties
| Name | Type | Description |
|---|---|---|
| property | string | Name of the property to filter on. Case-insensitive. Only top-level properties are supported at the moment. |
| operator | string | Operator to use when comparing the property value. All string comparisons are case-insensitive. Supported operators are: - "eq" (equals) - "ne" (not equals) - "gt" (greater than) - "lt" (less than) - |
| value | object | Value to compare the property against. This can be a string, number, boolean and must match target property type. - If number - it will be parsed as double (scientific notation is not supported). - If |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FilterDefinition",
"type": "object",
"additionalProperties": false,
"properties": {
"property": {
"type": "string",
"description": "Name of the property to filter on. Case-insensitive.\nOnly top-level properties are supported at the moment."
},
"operator": {
"type": "string",
"description": "Operator to use when comparing the property value. All string comparisons are case-insensitive.\nSupported operators are:\n- \"eq\" (equals)\n- \"ne\" (not equals)\n- \"gt\" (greater than)\n- \"lt\" (less than)\n- \"ge\" (greater than or equal to)\n- \"le\" (less than or equal to)\n- \"isNull\" (property value is null)\n- \"isNotNull\" (property is not null)\n- \"contains\" (property value contains the specified value)\n- \"notContains\" (property value does not contain the specified value)\n- \"startsWith\" (property value starts with the specified value)\n- \"notStartsWith\" (property value does not start with the specified value)\n- \"endsWith\" (property value ends with the specified value)\n- \"notEndsWith\" (property value does not end with the specified value)"
},
"value": {
"description": "Value to compare the property against.\nThis can be a string, number, boolean and must match target property type.\n- If number - it will be parsed as double (scientific notation is not supported).\n- If string - maximum length is 255 characters.\n- If boolean - it will be parsed as boolean.\n \nValue is not required for operators \"isNull\" and \"isNotNull\".",
"nullable": true
}
}
}
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/filterdefinition"
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.