{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BucketListingCreateJobResult", "required": [ "idBucket", "listingId", "listingResourceName", "providerResourceName" ], "properties": { "idBucket": { "description": "Identifier of the bucket the listing was created on.", "type": "integer" }, "listingId": { "description": "User-defined listing ID, unique within the project exchange.", "type": "string" }, "listingResourceName": { "description": "Fully-qualified GCP Analytics Hub listing resource name.", "type": "string" }, "providerResourceName": { "description": "Fully-qualified GCP Analytics Hub data exchange resource name.", "type": "string" } }, "type": "object" }