{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_WelcomeSuggestedStep", "title": "_WelcomeSuggestedStep", "type": "object", "properties": { "label": { "type": "string" }, "href": { "type": "string" }, "reason": { "type": "string" }, "docs_href": { "type": "string" }, "product_key": { "type": "string" } }, "required": [ "href", "label", "reason" ] }