Kong · Schema

BillingWorkflowCollectionAlignmentSubscription

BillingWorkflowCollectionAlignmentSubscription 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.
View JSON Schema on GitHub

JSON Schema

kong-billingworkflowcollectionalignmentsubscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingWorkflowCollectionAlignmentSubscription",
  "title": "BillingWorkflowCollectionAlignmentSubscription",
  "description": "BillingWorkflowCollectionAlignmentSubscription specifies the alignment for collecting the pending line items\ninto an invoice.",
  "type": "object",
  "properties": {
    "type": {
      "description": "The type of alignment.",
      "type": "string",
      "enum": [
        "subscription"
      ]
    }
  },
  "required": [
    "type"
  ]
}