{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ConsentList", "description": "List of resource names of Consent resources.", "properties": { "consents": { "description": "The resource names of the Consents to evaluate against, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }