Skip to main content
Version: Next

IssueConfigurationConfigDto

idstringrequired
Example: http://example.com/context
credentialTypestringrequired
Example: VerifiableCredential
documentUrlstring
Example: http://example.com/document
documentobject
Example: {"@context":"http://schema.org"}
schemaobject
Example: {"type":"object","properties":{"name":{"type":"string"}}}
namestring
Example: Professional Certificate
descriptionstring
Example: A professional certification credential
backgroundColorstring
Example: #3B82F6
backgroundImagestring
Example: https://example.com/background.jpg
textColorstring
Example: #FFFFFF
IssueConfigurationConfigDto
{
"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"
}