{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DetailCategory",
"title": "DetailCategory",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the detail category
Applicable containers: creditCard, investment, insurance, loan
",
"readOnly": true
},
"id": {
"type": "integer",
"description": "The unique identifier of the detail category.
Applicable containers: creditCard, investment, insurance, loan
",
"format": "int64",
"readOnly": true
}
}
}