{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PlaceProxyBidResponse",
"title": "PlaceProxyBidResponse",
"type": "object",
"properties": {
"proxyBidId": {
"type": "string",
"description": "Identifier of the proxy bid created by the request. This indicates that the bid was placed and is not used for anything else."
}
},
"description": "The type that defines the fields for the place proxy bid response."
}