{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-structure/amazon-rekognition-index-faces-response-structure.json", "name": "IndexFacesResponse", "description": "IndexFacesResponse schema from Amazon Rekognition", "type": "object", "properties": { "FaceRecords": { "type": "array", "items": { "type": "object" } }, "OrientationCorrection": { "type": "string" }, "FaceModelVersion": { "type": "string" }, "UnindexedFaces": { "type": "array", "items": { "type": "object" } } } }