You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/utils/kamctl/mongodb/kamailio/matrix.json

26 lines
397 B

{
"name": "matrix",
"version": 1,
"columns": [
"id": {
"type": "int",
"default": null,
"null": false
},
"first": {
"type": "int",
"default": null,
"null": false
},
"second": {
"type": "int",
"default": null,
"null": false
},
"res": {
"type": "int",
"default": null,
"null": false
}
]
}