|
223 | 223 | { |
224 | 224 | "display": [ |
225 | 225 | { |
226 | | - "name": "Conference Attendee", |
227 | | - "description": "The DBC Conference Attendee credential is given to all visitors of the DBC conference.", |
228 | | - "background_color": "#3B6F6D", |
| 226 | + "name": "Membership Example", |
| 227 | + "description": "Membership Example credential", |
229 | 228 | "text_color": "#FFFFFF", |
230 | | - "logo": { |
231 | | - "url": "https://dutchblockchaincoalition.org/assets/images/icons/Logo-DBC.png", |
232 | | - "alt_text": "An orange block shape, with the text Dutch Blockchain Coalition next to it, portraying the logo of the Dutch Blockchain Coalition." |
233 | | - }, |
234 | 229 | "background_image": { |
235 | | - "url": "https://i.ibb.co/CHqjxrJ/dbc-card-hig-res.png", |
236 | | - "alt_text": "Connected open cubes in blue with one orange cube as a background of the card" |
| 230 | + "url": "https://i.ibb.co/kmfrH4F/tulips.png", |
| 231 | + "alt_text": "Black and white photo of tulips with one red tulip" |
| 232 | + }, |
| 233 | + "logo": { |
| 234 | + "url": "https://i.ibb.co/NWQQ9kt/sphereon-logo.png", |
| 235 | + "alt_text": "Red square depicting Sphereon logo." |
237 | 236 | } |
238 | 237 | }, |
239 | 238 | { |
240 | 239 | "locale": "en-US", |
241 | | - "name": "Conference Attendee", |
242 | | - "description": "The DBC Conference Attendee credential is given to all visitors of the DBC conference.", |
243 | | - "background_color": "#3B6F6D", |
| 240 | + "name": "Membership Example", |
| 241 | + "description": "Sphereon Membership Example credential for demo purposes.", |
244 | 242 | "text_color": "#FFFFFF", |
245 | | - "logo": { |
246 | | - "url": "https://dutchblockchaincoalition.org/assets/images/icons/Logo-DBC.png", |
247 | | - "alt_text": "An orange block shape, with the text Dutch Blockchain Coalition next to it, portraying the logo of the Dutch Blockchain Coalition." |
248 | | - }, |
249 | 243 | "background_image": { |
250 | | - "url": "https://i.ibb.co/CHqjxrJ/dbc-card-hig-res.png", |
251 | | - "alt_text": "Connected open cubes in blue with one orange cube as a background of the card" |
| 244 | + "url": "https://i.ibb.co/kmfrH4F/tulips.png", |
| 245 | + "alt_text": "Black and white photo of tulips with one red tulip" |
| 246 | + }, |
| 247 | + "logo": { |
| 248 | + "url": "https://i.ibb.co/NWQQ9kt/sphereon-logo.png", |
| 249 | + "alt_text": "Red square depicting Sphereon logo." |
252 | 250 | } |
253 | 251 | }, |
254 | 252 | { |
255 | 253 | "locale": "nl-NL", |
256 | | - "name": "Conferentie Deelnemer", |
257 | | - "description": "De DBC Conferentie Deelnemer credential wordt uitgegeven aan alle bezoekers van de DBC conferentie.", |
258 | | - "background_color": "#3B6F6D", |
| 254 | + "name": "Voorbeeld lidmaatschap", |
| 255 | + "description": "Sphereon voorbeeld lidmaatschap credential wordt uitgegeven voor demo doeleinden.", |
259 | 256 | "text_color": "#FFFFFF", |
260 | | - "logo": { |
261 | | - "url": "https://dutchblockchaincoalition.org/assets/images/icons/Logo-DBC.png", |
262 | | - "alt_text": "Aaneengesloten open blokken in de kleur blauw, met een blok in de kleur oranje, die tesamen de achtergrond van de kaart vormen." |
263 | | - }, |
264 | 257 | "background_image": { |
265 | | - "url": "https://i.ibb.co/CHqjxrJ/dbc-card-hig-res.png", |
266 | | - "alt_text": "Connected open cubes in blue with one orange cube as a background of the card" |
| 258 | + "url": "https://i.ibb.co/kmfrH4F/tulips.png", |
| 259 | + "alt_text": "Black and white photo of tulips with one red tulip" |
| 260 | + }, |
| 261 | + "logo": { |
| 262 | + "url": "https://i.ibb.co/NWQQ9kt/sphereon-logo.png", |
| 263 | + "alt_text": "Red square depicting Sphereon logo." |
267 | 264 | } |
268 | 265 | } |
269 | 266 | ], |
270 | 267 | "order": [ |
271 | 268 | "firstName", |
272 | 269 | "lastName", |
273 | | - "email" |
| 270 | + "email", |
| 271 | + "type" |
274 | 272 | ], |
275 | 273 | "credentialSubject": { |
276 | 274 | "firstName": { |
|
293 | 291 | "value_type": "string", |
294 | 292 | "display": [ |
295 | 293 | { |
296 | | - "name": "LastName" |
| 294 | + "name": "Last Name" |
297 | 295 | }, |
298 | 296 | { |
299 | | - "name": "Last name", |
| 297 | + "name": "Last Name", |
300 | 298 | "locale": "en-US" |
301 | 299 | }, |
302 | 300 | { |
|
320 | 318 | "locale": "nl-NL" |
321 | 319 | } |
322 | 320 | ] |
| 321 | + }, |
| 322 | + "type": { |
| 323 | + "value_type": "string", |
| 324 | + "display": [ |
| 325 | + { |
| 326 | + "name": "Type" |
| 327 | + }, |
| 328 | + { |
| 329 | + "name": "Type", |
| 330 | + "locale": "en-US" |
| 331 | + }, |
| 332 | + { |
| 333 | + "name": "Type", |
| 334 | + "locale": "nl-NL" |
| 335 | + } |
| 336 | + ] |
323 | 337 | } |
324 | 338 | }, |
325 | | - "id": "dbc2023", |
| 339 | + "id": "MembershipExample", |
326 | 340 | "types": [ |
327 | 341 | "VerifiableCredential", |
328 | | - "DBCConferenceAttendee" |
| 342 | + "MembershipExample" |
| 343 | + ], |
| 344 | + "format": "jwt_vc_json", |
| 345 | + "cryptographic_binding_methods_supported": [ |
| 346 | + "did:web", |
| 347 | + "did:jwk" |
| 348 | + ], |
| 349 | + "cryptographic_suites_supported": [ |
| 350 | + "ES256", |
| 351 | + "ES256K", |
| 352 | + "EdDSA" |
| 353 | + ] |
| 354 | + }, |
| 355 | + { |
| 356 | + "display": [ |
| 357 | + { |
| 358 | + "name": "Verified Employee", |
| 359 | + "description": "Verified employee credential", |
| 360 | + "text_color": "#FFFFFF", |
| 361 | + "background_image": { |
| 362 | + "url": "https://i.ibb.co/kmfrH4F/tulips.png", |
| 363 | + "alt_text": "Black and white photo of tulips with one red tulip" |
| 364 | + }, |
| 365 | + "logo": { |
| 366 | + "url": "https://i.ibb.co/NWQQ9kt/sphereon-logo.png", |
| 367 | + "alt_text": "Red square depicting Sphereon logo." |
| 368 | + } |
| 369 | + }, |
| 370 | + { |
| 371 | + "locale": "en-US", |
| 372 | + "name": "Verified Employee", |
| 373 | + "description": "Verified Employee credential for demo purposes.", |
| 374 | + "text_color": "#FFFFFF", |
| 375 | + "background_image": { |
| 376 | + "url": "https://i.ibb.co/kmfrH4F/tulips.png", |
| 377 | + "alt_text": "Black and white photo of tulips with one red tulip" |
| 378 | + }, |
| 379 | + "logo": { |
| 380 | + "url": "https://i.ibb.co/NWQQ9kt/sphereon-logo.png", |
| 381 | + "alt_text": "Red square depicting Sphereon logo." |
| 382 | + } |
| 383 | + }, |
| 384 | + { |
| 385 | + "locale": "nl-NL", |
| 386 | + "name": "Geverifieerde medewerker", |
| 387 | + "description": "Geverifieerde medewerker credential wordt uitgegeven voor demo doeleinden.", |
| 388 | + "text_color": "#FFFFFF", |
| 389 | + "background_image": { |
| 390 | + "url": "https://i.ibb.co/kmfrH4F/tulips.png", |
| 391 | + "alt_text": "Black and white photo of tulips with one red tulip" |
| 392 | + }, |
| 393 | + "logo": { |
| 394 | + "url": "https://i.ibb.co/NWQQ9kt/sphereon-logo.png", |
| 395 | + "alt_text": "Red square depicting Sphereon logo." |
| 396 | + } |
| 397 | + } |
| 398 | + ], |
| 399 | + "order": [ |
| 400 | + "givenName", |
| 401 | + "surname", |
| 402 | + "mail", |
| 403 | + "displayName", |
| 404 | + "jobTitle", |
| 405 | + "preferredLanguage" |
| 406 | + ], |
| 407 | + "credentialSubject": { |
| 408 | + "givenName": { |
| 409 | + "value_type": "string", |
| 410 | + "display": [ |
| 411 | + { |
| 412 | + "name": "Given Name" |
| 413 | + }, |
| 414 | + { |
| 415 | + "name": "Given Name", |
| 416 | + "locale": "en-US" |
| 417 | + }, |
| 418 | + { |
| 419 | + "name": "Voornaam", |
| 420 | + "locale": "nl-NL" |
| 421 | + } |
| 422 | + ] |
| 423 | + }, |
| 424 | + "surname": { |
| 425 | + "value_type": "string", |
| 426 | + "display": [ |
| 427 | + { |
| 428 | + "name": "Surname" |
| 429 | + }, |
| 430 | + { |
| 431 | + "name": "Surname", |
| 432 | + "locale": "en-US" |
| 433 | + }, |
| 434 | + { |
| 435 | + "name": "Achternaam", |
| 436 | + "locale": "nl-NL" |
| 437 | + } |
| 438 | + ] |
| 439 | + }, |
| 440 | + "mail": { |
| 441 | + "value_type": "string", |
| 442 | + "display": [ |
| 443 | + { |
| 444 | + "name": "Email" |
| 445 | + }, |
| 446 | + { |
| 447 | + "name": "Email", |
| 448 | + "locale": "en-US" |
| 449 | + }, |
| 450 | + { |
| 451 | + "name": "Email", |
| 452 | + "locale": "nl-NL" |
| 453 | + } |
| 454 | + ] |
| 455 | + }, |
| 456 | + "displayName": { |
| 457 | + "value_type": "string", |
| 458 | + "display": [ |
| 459 | + { |
| 460 | + "name": "Display Name" |
| 461 | + }, |
| 462 | + { |
| 463 | + "name": "Display Name", |
| 464 | + "locale": "en-US" |
| 465 | + }, |
| 466 | + { |
| 467 | + "name": "Weergavenaam", |
| 468 | + "locale": "nl-NL" |
| 469 | + } |
| 470 | + ] |
| 471 | + }, |
| 472 | + "jobTitle": { |
| 473 | + "value_type": "string", |
| 474 | + "display": [ |
| 475 | + { |
| 476 | + "name": "Job Title" |
| 477 | + }, |
| 478 | + { |
| 479 | + "name": "Job Title", |
| 480 | + "locale": "en-US" |
| 481 | + }, |
| 482 | + { |
| 483 | + "name": "Functietitel", |
| 484 | + "locale": "nl-NL" |
| 485 | + } |
| 486 | + ] |
| 487 | + }, |
| 488 | + "preferredLanguage": { |
| 489 | + "value_type": "string", |
| 490 | + "display": [ |
| 491 | + { |
| 492 | + "name": "Preferred Language" |
| 493 | + }, |
| 494 | + { |
| 495 | + "name": "Preferred Language", |
| 496 | + "locale": "en-US" |
| 497 | + }, |
| 498 | + { |
| 499 | + "name": "Voorkeurstaal", |
| 500 | + "locale": "nl-NL" |
| 501 | + } |
| 502 | + ] |
| 503 | + } |
| 504 | + }, |
| 505 | + "id": "VerifiedEmployee", |
| 506 | + "types": [ |
| 507 | + "VerifiableCredential", |
| 508 | + "VerifiedEmployee" |
329 | 509 | ], |
330 | 510 | "format": "jwt_vc_json", |
331 | 511 | "cryptographic_binding_methods_supported": [ |
|
348 | 528 | ], |
349 | 529 | "template_path": "GuestCredential.hbs", |
350 | 530 | "format": "jwt_vc_json" |
| 531 | + }, |
| 532 | + { |
| 533 | + "credential_types": [ |
| 534 | + "MembershipExample" |
| 535 | + ], |
| 536 | + "template_path": "MembershipExample.hbs", |
| 537 | + "format": "jwt_vc_json" |
| 538 | + }, |
| 539 | + { |
| 540 | + "credential_types": [ |
| 541 | + "OpenBadgeCredential" |
| 542 | + ], |
| 543 | + "template_path": "OpenBadgeCredential.hbs", |
| 544 | + "format": "jwt_vc_json" |
| 545 | + }, |
| 546 | + { |
| 547 | + "credential_types": [ |
| 548 | + "PermanentResidentCard" |
| 549 | + ], |
| 550 | + "template_path": "PermanentResidentCard.hbs", |
| 551 | + "format": "jwt_vc_json" |
| 552 | + }, |
| 553 | + { |
| 554 | + "credential_types": [ |
| 555 | + "VerifiedEmployee" |
| 556 | + ], |
| 557 | + "template_path": "VerifiedEmployee.hbs", |
| 558 | + "format": "jwt_vc_json" |
351 | 559 | } |
352 | 560 | ] |
353 | 561 | } |
|
0 commit comments