{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-schema/amazon-rekognition-index-faces-response-schema.json", "title": "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" } } } }