{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-create-detector-response-schema.json", "title": "CreateDetectorResponse", "description": "CreateDetectorResponse schema from Amazon GuardDuty API", "type": "object", "properties": { "DetectorId": { "allOf": [ { "$ref": "#/components/schemas/DetectorId" }, { "xml": { "name": "detectorId" }, "description": "The unique ID of the created detector." } ] }, "UnprocessedDataSources": { "allOf": [ { "$ref": "#/components/schemas/UnprocessedDataSourcesResult" }, { "xml": { "name": "unprocessedDataSources" }, "description": "Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time." } ] } } }