changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "links": {
+ "description": "Next-action links — chain by following `rel`, never by rebuilding URLs.",
+ "items": {
+ "properties": {
+ "href": {
+ "type": "string"
+ },
+ "method": {
+ "type": "string"
+ },
+ "rel": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "rel",
+ "method",
+ "href"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "listing": {
+ "description": "A public listing.",
+ "properties": {
+ "aiVisibilityScore": {
+ "type": "number"
+ },
+ "attributes": {
+ "type": "object"
+ },
+ "boosted": {
+ "type": "boolean"
+ },
+ "category": {
+ "type": "string"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "domainVerified": {
+ "type": "boolean"
+ },
+ "id": {
+ "type": "string"
+ },
+ "location": {
+ "type": "object"
+ },
+ "media": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "priceCents": {
+ "type": "number"
+ },
+ "provider": {
+ "type": "object"
+ },
+ "ratingAvg": {
+ "type": "number"
+ },
+ "ratingCount": {
+ "type": "number"
+ },
+ "status": {
+ "enum": [
+ "draft",
+ "active",
+ "paused",
+ "archived"
+ ],
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "category",
+ "title",
+ "description",
+ "status"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "listing"
+ ],
+ "type": "object"
+}