{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddOnConfigKind", "title": "Add-On Config Kind", "description": "Type of add-on config.", "type": "string", "enum": [ "managed-cache.v0" ] }