{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BillingEngineValidationRequest", "title": "BillingEngineValidationRequest", "type": "object", "properties": { "billingEngine": { "type": "object", "properties": { "cloudProvider": { "type": "string" }, "billingAccountId": { "type": "string" } }, "example": "example_value" } } }