D3V-Server/backend/schema/components/certificate-list.json
2026-03-07 20:49:44 +07:00

7 lines
112 B
JSON

{
"type": "array",
"description": "Certificates list",
"items": {
"$ref": "./certificate-object.json"
}
}