Merge remote-tracking branch 'origin/master' into fast-dev

This commit is contained in:
Ludovico Magnocavallo
2026-02-25 15:15:04 +00:00
28 changed files with 1175 additions and 46 deletions

View File

@@ -42,7 +42,17 @@
"include_specified": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"enum": [
"COMMITTED_USAGE_DISCOUNT",
"COMMITTED_USAGE_DISCOUNT_DOLLAR_BASE",
"DISCOUNT",
"FREE_TIER",
"PROMOTION",
"RESELLER_MARGIN",
"SUBSCRIPTION_BENEFIT",
"SUSTAINED_USAGE_DISCOUNT"
]
}
}
}