Kong · Schema

BillingWorkflowCollectionAlignmentAnchored

BillingWorkflowCollectionAlignmentAnchored specifies the alignment for collecting the pending line items into an invoice.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
type string The type of alignment.
recurring_period object The recurring period for the alignment.
View JSON Schema on GitHub

JSON Schema

kong-billingworkflowcollectionalignmentanchored-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingWorkflowCollectionAlignmentAnchored",
  "title": "BillingWorkflowCollectionAlignmentAnchored",
  "description": "BillingWorkflowCollectionAlignmentAnchored specifies the alignment for collecting the pending line items\ninto an invoice.",
  "type": "object",
  "properties": {
    "type": {
      "description": "The type of alignment.",
      "type": "string",
      "enum": [
        "anchored"
      ]
    },
    "recurring_period": {
      "description": "The recurring period for the alignment.",
      "type": "object",
      "properties": {
        "anchor": {
          "description": "A date-time anchor to base the recurring period on.",
          "type": "string",
          "format": "date-time",
          "example": "2023-01-01T01:01:01.001Z",
          "title": "Anchor time"
        },
        "interval": {
          "description": "The interval duration in ISO 8601 format.",
          "type": "string",
          "format": "ISO8601",
          "example": "P1M",
          "pattern": "^P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$",
          "title": "Interval in ISO 8601 duration format"
        }
      },
      "required": [
        "anchor",
        "interval"
      ]
    }
  },
  "required": [
    "type",
    "recurring_period"
  ]
}

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-billingworkflowcollectionalignmentanchored"
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.