{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/keyValuePlan", "title": "keyValuePlan", "type": "string", "enum": [ "free", "starter", "standard", "pro", "pro_plus", "custom" ] }