Amazon Lookout for Vision · JSON Structure

Amazon Lookout For Vision Delete Project Response Structure

DeleteProjectResponse schema from Amazon Lookout for Vision API

Type: object Properties: 1
Computer VisionMachine LearningManufacturingQuality InspectionAnomaly Detection

DeleteProjectResponse is a JSON Structure definition published by Amazon Lookout for Vision, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ProjectArn

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-lookout-for-vision/refs/heads/main/json-structure/amazon-lookout-for-vision-delete-project-response-structure.json",
  "name": "DeleteProjectResponse",
  "description": "DeleteProjectResponse schema from Amazon Lookout for Vision API",
  "type": "object",
  "properties": {
    "ProjectArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the project that was deleted."
        }
      ]
    }
  }
}