{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateCredentialReportResponse", "title": "GenerateCredentialReportResponse", "type": "object", "properties": { "State": { "allOf": [ { "$ref": "#/components/schemas/ReportStateType" }, { "description": "Information about the state of the credential report." } ] }, "Description": { "allOf": [ { "$ref": "#/components/schemas/ReportStateDescriptionType" }, { "description": "Information about the credential report." } ] } }, "description": "Contains the response to a successful GenerateCredentialReport request. " }