{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-structure/amazon-rekognition-detect-moderation-labels-response-structure.json", "name": "DetectModerationLabelsResponse", "description": "DetectModerationLabelsResponse schema from Amazon Rekognition", "type": "object", "properties": { "ModerationLabels": { "type": "array", "items": { "type": "object", "properties": { "Confidence": { "type": "float" }, "Name": { "type": "string", "example": "Explicit Nudity" }, "ParentName": { "type": "string" } } } }, "ModerationModelVersion": { "type": "string", "example": "7.0" }, "HumanLoopActivationOutput": { "type": "object" }, "ProjectVersion": { "type": "string" } } }