{ "$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-dataset-ground-truth-manifest-structure.json", "name": "DatasetGroundTruthManifest", "description": "Location information about a manifest file. You can use a manifest file to create a dataset.", "type": "object", "properties": { "S3Object": { "allOf": [ { "$ref": "#/components/schemas/InputS3Object" }, { "description": "The S3 bucket location for the manifest file." } ] } } }