Bug description
The Device Client Onboarding section has an inconsistency:
- Sequence diagram uses:
POST /onboarding with public_certificate
- Request Body table uses:
certificate
- Example uses:
"certificate": "MIIDdzCCAl+gAwIBAgIEb1..."
The field name should be consistent throughout the spec.
Proposed fix
Suggestion: Update the sequence diagram to use certificate to match the table and example.
Anything else (optional)
No response