ListUserDataMappingsResponse

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
nextPageToken string Token to retrieve the next page of results, or empty if there are no more results in the list.
userDataMappings array The returned User data mappings. The maximum number of User data mappings returned is determined by the value of page_size in the ListUserDataMappingsRequest.
View JSON Schema on GitHub

JSON Schema

ListUserDataMappingsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListUserDataMappingsResponse",
  "properties": {
    "nextPageToken": {
      "description": "Token to retrieve the next page of results, or empty if there are no more results in the list.",
      "type": "string"
    },
    "userDataMappings": {
      "description": "The returned User data mappings. The maximum number of User data mappings returned is determined by the value of page_size in the ListUserDataMappingsRequest.",
      "items": {
        "$ref": "#/components/schemas/UserDataMapping"
      },
      "type": "array"
    }
  },
  "type": "object"
}