APIs.io Engineering Platform · Schema
spectrum-config_edge_ips
The anycast edge IP configuration for the hostname of this application.
APIs.ioEngineeringPlatform
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/spectrum-config_edge_ips",
"title": "spectrum-config_edge_ips",
"default": {
"connectivity": "all",
"type": "dynamic"
},
"description": "The anycast edge IP configuration for the hostname of this application.",
"oneOf": [
{
"properties": {
"connectivity": {
"description": "The IP versions supported for inbound connections on Spectrum anycast IPs.",
"enum": [
"all",
"ipv4",
"ipv6"
],
"example": "all",
"type": "string"
},
"type": {
"description": "The type of edge IP configuration specified. Dynamically allocated edge IPs use Spectrum anycast IPs in accordance with the connectivity you specify. Only valid with CNAME DNS names.",
"enum": [
"dynamic"
],
"example": "dynamic",
"type": "string"
}
},
"type": "object"
},
{
"properties": {
"ips": {
"description": "The array of customer owned IPs we broadcast via anycast for this hostname and application.",
"example": [
"192.0.2.1"
],
"items": {
"description": "Edge anycast IPs.",
"example": "192.0.2.1",
"type": "string"
},
"type": "array"
},
"type": {
"description": "The type of edge IP configuration specified. Statically allocated edge IPs use customer IPs in accordance with the ips array you specify. Only valid with ADDRESS DNS names.",
"enum": [
"static"
],
"example": "static",
"type": "string"
}
},
"type": "object"
}
]
}
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/apis-io-engineering-platform-spectrum-config-edge-ips"
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.