{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/create_card_image_request", "title": "create_card_image_request", "properties": { "card_product_id": { "$ref": "#/components/schemas/card_product_id" }, "customer_id": { "$ref": "#/components/schemas/customer_id1" } }, "required": [ "customer_id", "card_product_id" ], "type": "object" }