{ "$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" ] }