changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "quote": {
+ "properties": {
+ "expected_response": {
+ "description": "Human-readable SLA, e.g. \"24-48 hours\".",
+ "type": "string"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "product_id": {
+ "type": "string"
+ },
+ "product_name": {
+ "type": "string"
+ },
+ "quantity": {
+ "type": "integer"
+ },
+ "seller_company": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "target_price": {
+ "description": "Buyer target per unit, as supplied.",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "product_id",
+ "product_name",
+ "quantity",
+ "status",
+ "expected_response"
+ ],
+ "type": "object"
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "success",
+ "message",
+ "quote"
+ ],
+ "type": "object"
+}