ListAttributeDefinitionsResponse

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
attributeDefinitions array The returned Attribute definitions. The maximum number of attributes returned is determined by the value of page_size in the ListAttributeDefinitionsRequest.
nextPageToken string Token to retrieve the next page of results, or empty if there are no more results in the list.
View JSON Schema on GitHub

JSON Schema

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