Kong · Schema

ScorecardServiceFilterParameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
id object
name object
display_name object
custom_fields object Filter by custom fields using dot-notation to specify the custom field. Filter operators are dictated by the custom field type. For example: - `filter[custom_fields.owner]` - `filter[custom_fields.own
labels object
created_at object
updated_at object
score.value object
score.raw_value object
View JSON Schema on GitHub

JSON Schema

kong-scorecardservicefilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScorecardServiceFilterParameters",
  "title": "ScorecardServiceFilterParameters",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "name": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "display_name": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "custom_fields": {
      "description": "Filter by custom fields using dot-notation to specify the custom field.\nFilter operators are dictated by the custom field type. For example:\n\n\n  - `filter[custom_fields.owner]`\n  - `filter[custom_fields.owner][neq]=kong`\n  - `filter[custom_fields.dashboard.link][contains]=https`\n",
      "oneOf": [
        {
          "$ref": "#/components/schemas/StringFieldFilter"
        },
        {
          "$ref": "#/components/schemas/BooleanFieldFilter"
        },
        {
          "$ref": "#/components/schemas/NumericFieldFilter"
        }
      ]
    },
    "labels": {
      "$ref": "#/components/schemas/LabelsFieldFilter"
    },
    "created_at": {
      "$ref": "#/components/schemas/DateTimeFieldFilter"
    },
    "updated_at": {
      "$ref": "#/components/schemas/DateTimeFieldFilter"
    },
    "score.value": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/StringFieldFilter"
        }
      ]
    },
    "score.raw_value": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/NumericFieldFilter"
        }
      ]
    }
  }
}

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/kong-scorecardservicefilterparameters"
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.