{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BucketListingUpdateJobResponse", "required": [ "bucketId", "exposureName", "bigquery" ], "properties": { "bucketId": { "type": "string" }, "exposureName": { "type": "string" }, "exposureDescription": { "type": "string", "nullable": true }, "bigquery": { "properties": { "listingId": { "type": "string" }, "subscribers": { "type": "array", "items": { "type": "string" } } }, "type": "object" } }, "type": "object" }