{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BucketListingUpdateJobParams", "required": [ "bucketId", "exposureDescriptionProvided", "jobOperationParams", "jobParams" ], "properties": { "bucketId": { "type": "integer" }, "exposureName": { "type": "string", "nullable": true }, "exposureDescriptionProvided": { "type": "boolean" }, "exposureDescription": { "type": "string", "nullable": true }, "bigquerySubscribers": { "type": "array", "items": { "type": "string" }, "nullable": true }, "jobOperationParams": { "type": "array", "items": {} }, "jobParams": { "type": "array", "items": {} } }, "type": "object" }