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