changedOutput schema / additionalProperties
Previous value: -trueNew value: +false
addedOutput schema / properties / amountUsdc
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / amountUsdcAtomic
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / backend
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / baseAmountUsdcAtomic
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / basePay
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / basePriceWei
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / catalog
Added value: +{
+ "format": "uri",
+ "type": "string"
+}
addedOutput schema / properties / chainId
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / currency
Added value: +{
+ "enum": [
+ "USDC",
+ "ETH"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / decimals
Added value: +{
+ "type": "integer"
+}
changedOutput schema / properties / detail / description
Previous value: -"Human-readable error or status detail."New value: +"Human-readable failure detail."
changedOutput schema / properties / error / description
Previous value: -"Machine-readable error code, when the operation did not complete."New value: +"Machine-readable product, currency, or checkout failure."
addedOutput schema / properties / expiresAt
Added value: +{
+ "format": "date-time",
+ "type": "string"
+}
addedOutput schema / properties / network
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / offer
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / payTo
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / paymentUri
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / priceEth
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / priceUsd
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / priceWei
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / productId
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / productType
Added value: +{
+ "enum": [
+ "fix",
+ "skill",
+ "audit"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / redemption
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / rule
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / servedBy
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / settlement
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / spec
Added value: +{
+ "description": "Offer or settlement-document specification.",
+ "type": "string"
+}
addedOutput schema / properties / token
Added value: +{
+ "description": "Private signed bearer purchase credential; never publish it.",
+ "type": "string"
+}
addedOutput schema / properties / tokenHandling
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / usdcContract
Added value: +{
+ "type": "string"
+}