IssueConfigurationConfigDto
idstringrequired
Example: 
http://example.com/contextcredentialTypestringrequired
Example: 
VerifiableCredentialproofTypestring
Example: 
jwtdocumentUrlstring
Example: 
http://example.com/documentdocumentobject
Example: 
{"@context":"http://schema.org"}schemaobject
Example: 
{"type":"object","properties":{"name":{"type":"string"}}}namestring
Example: 
Professional Certificatedescriptionstring
Example: 
A professional certification credentialbackgroundColorstring
Example: 
#3B82F6backgroundImagestring
Example: 
https://example.com/background.jpgtextColorstring
Example: 
#FFFFFFIssueConfigurationConfigDto
{
  "id": "http://example.com/context",
  "credentialType": "VerifiableCredential",
  "proofType": "jwt",
  "documentUrl": "http://example.com/document",
  "document": {
    "@context": "http://schema.org"
  },
  "schema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      }
    }
  },
  "name": "Professional Certificate",
  "description": "A professional certification credential",
  "backgroundColor": "#3B82F6",
  "backgroundImage": "https://example.com/background.jpg",
  "textColor": "#FFFFFF"
}