{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManagedCacheCapacityConfig", "title": "ManagedCacheCapacityConfig", "description": "Configuration for managed cache capacity and performance characteristics.", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/TieredCapacityConfig" } ] }