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