{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CertAttribute", "title": "CertAttribute", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "isSystemCode": { "type": "boolean" } } }