{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetGiftCardusingJSONRequest", "title": "GetGiftCardusingJSONRequest", "type": "object", "required": [ "cart", "client" ], "properties": { "cart": { "$ref": "#/components/schemas/Cart" }, "client": { "$ref": "#/components/schemas/Client" } } }