UserDataMapping

Maps a resource to the associated user and Attributes.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-IdentificationInteroperabilityCloud

Properties

Name Type Description
archiveTime string Output only. Indicates the time when this mapping was archived.
archived boolean Output only. Indicates whether this mapping is archived.
dataId string Required. A unique identifier for the mapped resource.
name string Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.
resourceAttributes array Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be sing
userId string Required. User's UUID provided by the client.
View JSON Schema on GitHub

JSON Schema

UserDataMapping.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserDataMapping",
  "description": "Maps a resource to the associated user and Attributes.",
  "properties": {
    "archiveTime": {
      "description": "Output only. Indicates the time when this mapping was archived.",
      "format": "google-datetime",
      "readOnly": true,
      "type": "string"
    },
    "archived": {
      "description": "Output only. Indicates whether this mapping is archived.",
      "readOnly": true,
      "type": "boolean"
    },
    "dataId": {
      "description": "Required. A unique identifier for the mapped resource.",
      "type": "string"
    },
    "name": {
      "description": "Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.",
      "type": "string"
    },
    "resourceAttributes": {
      "description": "Attributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field \"values\" in each Attribute.",
      "items": {
        "$ref": "#/components/schemas/Attribute"
      },
      "type": "array"
    },
    "userId": {
      "description": "Required. User's UUID provided by the client.",
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/UserDataMapping"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.