Amazon HealthImaging · JSON Structure

Healthimaging Delete Datastore Response Structure

Type: object Properties: 2 Required: 2
HealthcareHIPAAMachine LearningMedical ImagingDICOM

DeleteDatastoreResponse is a JSON Structure definition published by Amazon HealthImaging, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

datastoreId datastoreStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-delete-datastore-response-schema.json",
  "name": "DeleteDatastoreResponse",
  "type": "object",
  "required": [
    "datastoreId",
    "datastoreStatus"
  ],
  "properties": {
    "datastoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreId"
        },
        {
          "description": "The data store identifier."
        }
      ]
    },
    "datastoreStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreStatus"
        },
        {
          "description": "The data store status."
        }
      ]
    }
  }
}