Skip to content

Commit bbe1da6

Browse files
fix(certification): use camelCase for certificate fields
The identifier-naming migration requires camelCase wire format. Updated snake_case YAML frontmatter keys to match the v1beta2 Certificate struct: - expires_in → expiresIn - issuing_authorities → issuingAuthorities - signature_url → signatureUrl Co-authored-by: CommandCodeBot <noreply@commandcode.ai> Signed-off-by: Raunak Madan <madanraunak24@gmail.com>
1 parent c41dcb2 commit bbe1da6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/certifications/c5ada327-8a58-4c8a-b9fa-51b95696488c/certified-meshery-contributor

content/certifications/c5ada327-8a58-4c8a-b9fa-51b95696488c/certified-meshery-contributor/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ categories: "platform"
1313

1414
certificate:
1515
title: "Certified Meshery Contributor"
16-
expires_in: 24 # in months
16+
expiresIn: 24 # in months
1717

18-
issuing_authorities:
18+
issuingAuthorities:
1919
- name: "Meshery Authors"
2020
role: "Maintainers"
21-
signature_url: "https://raw.githubusercontent.com/meshery-extensions/meshery-academy/6843c0074f73932274864aa68773ab605fd69ef3/static/c5ada327-8a58-4c8a-b9fa-51b95696488c/images/meshery-authors.png"
21+
signatureUrl: "https://raw.githubusercontent.com/meshery-extensions/meshery-academy/6843c0074f73932274864aa68773ab605fd69ef3/static/c5ada327-8a58-4c8a-b9fa-51b95696488c/images/meshery-authors.png"
2222

2323
# Table of content covered in the test
2424
# Each domain can have a weightage (percentage) and subdomains (items)

0 commit comments

Comments
 (0)