{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/product_Put", "title": "product_Put", "description": "The model for a PUT to update a product.", "allOf": [ { "$ref": "#/components/schemas/product_Base" }, { "type": "object" } ], "x-internal": false }