Skip to main content
Version: Next

IssueConfigurationDto

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
createdDatedate-timerequired
Example: 2023-10-01T12:00:00Z
modifiedDatedate-timerequired
Example: 2023-10-05T15:30:00Z
deletedDatedate-time
Example: 2023-10-10T08:45:00Z
IssueConfigurationDto
{
"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"
}