GenerateCredentialReportResponse

Contains the response to a successful GenerateCredentialReport request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
State object
Description object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-generatecredentialreportresponse-schema.json Raw ↑
{
  "$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 <a>GenerateCredentialReport</a> request. "
}