{ "type": "object", "name": "Context1", "properties": { "pricebookId": { "type": "string" }, "currencyCode": { "type": "string" } }, "required": [ "pricebookId", "currencyCode" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }