addedInput schema / properties / jurisdiction / description
Added value: +"governing jurisdiction, e.g. 'California, USA'"
addedInput schema / properties / pitch / description
Added value: +"new sales pitch (null to clear)"
addedInput schema / properties / priceCents / description
Added value: +"new whole-dollar price in cents, 100–999900"
addedInput schema / properties / siteSlug / description
Added value: +"slug of the listed site to patch"
addedInput schema / properties / status / description
Added value: +"new listing status"
addedInput schema / properties / termsCustom / description
Added value: +"new custom terms text (null to clear)"
addedInput schema / properties / termsMode / description
Added value: +"'standard' template or 'custom' terms"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "result": {}
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object"
+}