{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserConsent", "title": "UserConsent", "type": "object", "properties": { "adultOnlyItem": { "type": "boolean", "description": "The type that defines the fields for buyer consent to bid on adult-only items.

This field must be included in the placeProxyBid request and set to true if the buyer is bidding on an adult-only item.

For more information about adult-only items on eBay, see Adult-Only items on eBay." } }, "description": "The type that defines the fields for collecting the buyers consent." }