{ "type": "object", "properties": { "product2Id": { "type": "string", "example": "500123" }, "productSellingModelId": { "type": "string", "example": "500123" } }, "required": [ "product2Id" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProductContext" }