changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "listing": {
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "condition": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "image_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "original_retail": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "price": {
+ "description": "Unit price in cents.",
+ "type": "integer"
+ },
+ "quantity": {
+ "type": "integer"
+ },
+ "sku": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": "string"
+ },
+ "view_url": {
+ "description": "Buyer-facing listing page.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "category",
+ "quantity",
+ "price",
+ "status",
+ "view_url"
+ ],
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "success",
+ "message",
+ "listing"
+ ],
+ "type": "object"
+}