D3V-Server/backend/schema/components/certificate-list.json

7 lines
112 B
JSON
Raw Normal View History

2026-03-07 20:49:44 +07:00
{
"type": "array",
"description": "Certificates list",
"items": {
"$ref": "./certificate-object.json"
}
}