ConsentList

List of resource names of Consent resources.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
consents array 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}`.
View JSON Schema on GitHub

JSON Schema

ConsentList.json Raw ↑
{
  "$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"
}