{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Plan", "title": "Plan", "type": "object", "description": "Plan for the resource.", "properties": { "name": { "type": "string", "description": "The plan ID.", "example": "Example Title" }, "publisher": { "type": "string", "description": "The publisher ID.", "example": "example_value" }, "product": { "type": "string", "description": "The offer ID.", "example": "example_value" }, "promotionCode": { "type": "string", "description": "The promotion code.", "example": "example_value" }, "version": { "type": "string", "description": "The plan's version.", "example": "example_value" } } }