{ "type": "object", "name": "AddanitemtoacartRequest", "properties": { "productId": { "type": "string" }, "quantity": { "type": "integer" }, "type": { "type": "string" } }, "required": [ "productId", "quantity", "type" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }