{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductOptions", "title": "Product options", "required": [ "BillAsPackage" ], "type": "object", "properties": { "BillAsPackage": { "type": "boolean", "description": "Product should be displayed as part of a package." } }, "additionalProperties": false, "description": "", "x-schema-id": "ProductOptions" }