IssueConfigurationDto
idstringrequired
Example: 
http://example.com/contextcredentialTypestringrequired
Example: 
VerifiableCredentialdocumentUrlstring
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: 
#FFFFFFcreatedDatestring<date-time>required
Example: 
2023-10-01T12:00:00ZmodifiedDatestring<date-time>required
Example: 
2023-10-05T15:30:00ZdeletedDatestring<date-time>
Example: 
2023-10-10T08:45:00ZIssueConfigurationDto
{
  "id": "http://example.com/context",
  "credentialType": "VerifiableCredential",
  "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",
  "createdDate": "2023-10-01T12:00:00Z",
  "modifiedDate": "2023-10-05T15:30:00Z",
  "deletedDate": "2023-10-10T08:45:00Z"
}