{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Plan", "type": "object", "properties": { "name": { "type": "string" }, "publisher": { "type": "string" }, "product": { "type": "string" }, "promotionCode": { "type": "string" }, "version": { "type": "string" } } }