ListImageSetVersionsResponse

HealthcareHIPAAMachine LearningMedical ImagingDICOM

Properties

Name Type Description
imageSetPropertiesList object
nextToken object
View JSON Schema on GitHub

JSON Schema

healthimaging-list-image-set-versions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-list-image-set-versions-response-schema.json",
  "title": "ListImageSetVersionsResponse",
  "type": "object",
  "required": [
    "imageSetPropertiesList"
  ],
  "properties": {
    "imageSetPropertiesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageSetPropertiesList"
        },
        {
          "description": "Lists all properties associated with an image set."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The pagination token used to retrieve the list of image set versions on the next page."
        }
      ]
    }
  }
}